index
:
tools/git-buildpackage
2.0alpha
accepted/tizen_devbase_tools
accepted/tools_devbase_tools_legacy
devel
devel-py2
devel-test20161228
devel_psk_20160727
experimental
feature/bitbake
master
nanjing-devel
release-20160315
release-20160411
release-20160531
release-20160615
release-20160930
release-20161231
release-20171013
release-20190215
release-for-gbsV0.10
release-for-gbsV0.11
release-for-gbsV0.12
release-for-gbsV0.13
release-for-gbsV0.14
release-for-gbsV0.15
release-for-gbsV0.16
release-for-gbsV0.17
release-for-gbsV0.18
release-for-gbsV0.19
release-for-gbsV0.20
release-for-gbsV0.21
release-for-gbsV0.22
release-for-gbsV0.23
release-for-gbsV0.24
release-for-gbsV0.25
release-for-gbsV0.9
release-pylint
release-test-0.1
release-test-20150810
sandbox/soong9/gitmodules
sandbox/soong9/py2
sandbox/wangbiao/gbp_test_0_9_29
sandbox/wangbiao/os_0_9_8_py3_version
sandbox/wangbiao/riscv
sandbox/xuhy/devel-upgrade
sandbox/xuwc/gbp_0.9.29
sandbox/xuwc/upstream_0.9.29
sandbox_ubuntu18.04
spin-release-latest
test-devel
upstream
Domain: SCM / Build;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_GitRepository.py
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
GitRepository/add_files: add new option 'untracked'
Markus Lehtonen
1
-0
/
+6
2014-06-05
GitRepository: add diff_status method
Markus Lehtonen
1
-0
/
+13
2014-06-05
GitRepository: allow repo inititialization from subdir
Markus Lehtonen
1
-2
/
+2
2014-06-05
GitRepository: Implement status method
Ed Bartosh
1
-0
/
+22
2013-09-10
git: new class and method for remote repositories
Markus Lehtonen
1
-0
/
+22
2013-09-10
GitRepository.pull: Add 'all_remotes' option
Lingchaox Xin
1
-0
/
+2
2013-09-10
GitRepository.push: Add 'tags' option
Lingchaox Xin
1
-0
/
+2
2013-09-10
GitRepository.push: Add 'force' option
Lingchaox Xin
1
-0
/
+1
2013-09-10
GitRepository.list_tree: add 'paths' option
Markus Lehtonen
1
-1
/
+4
2013-09-05
GitRepository.diff: add 'text' option
Markus Lehtonen
1
-0
/
+2
2013-09-04
GitRepository: Add clean() method
Markus Lehtonen
1
-0
/
+18
2013-09-04
GitRepository.fetch: Add 'all_remotes' option
Lingchaox Xin
1
-0
/
+1
2013-09-04
GitRepository.fetch: Add 'refspec' option
Lingchaox Xin
1
-0
/
+1
2013-09-04
GitRepository.describe: add 'tags' and 'extra-match' options
Lingchaox Xin
1
-0
/
+6
2013-07-04
GitRepository.set_upstream_branch: Newer git wants a valid remote repo entry
Guido Günther
1
-1
/
+1
2013-06-11
GitRepository.get_subject: use get_commit_info
Guido Günther
1
-0
/
+2
2013-06-06
GitRepository/get_commit_info: add patchname to info
Markus Lehtonen
1
-0
/
+2
2013-04-27
GitRepository.has_feature: capture stderr
Guido Günther
1
-1
/
+1
2013-04-27
Silence GitRepository.grep_log
Guido Günther
1
-2
/
+2
2013-04-25
GitRepository: add describe() method
Markus Lehtonen
1
-1
/
+28
2013-04-13
Introduce Source class
Guido Günther
1
-2
/
+1
2013-04-08
tests: Use tempfile.mkdtemp to create temp dirs for tests
Thomas Koch
1
-16
/
+8
2013-03-27
tests.test_GitRepository: import and setup gbp.log
Markus Lehtonen
1
-0
/
+4
2013-03-22
GitRepository/_cmd_has_feature: more intelligent parsing
Markus Lehtonen
1
-0
/
+4
2012-11-23
GitRepository/get_commits: more flexible revision ranges
Markus Lehtonen
1
-0
/
+10
2012-11-07
GitRepository/diff: add 'paths' argument
Markus Lehtonen
1
-0
/
+17
2012-11-07
GitRepository.find_tag: change deprecated _git_getoutput to _git_inout
Ed Bartosh
1
-1
/
+1
2012-11-07
GitRepository: implement _cmd_has_feature() method
Markus Lehtonen
1
-0
/
+25
2012-08-22
GitRepository: Implement set_upstream_branch and get_upstream_branch methods
Ed Bartosh
1
-0
/
+37
2012-07-27
GitRepository/get_commit_info: add file status
Markus Lehtonen
1
-0
/
+2
2012-07-27
GitRepository/get_commit_info: add committer info
Markus Lehtonen
1
-0
/
+4
2012-07-27
GitRepository/get_commit_info: add author timestamp
Markus Lehtonen
1
-0
/
+4
2012-07-24
GitRepository: option to ignore untracked in is_clean()
Markus Lehtonen
1
-0
/
+2
2012-07-23
gbp.git.GitRepository: Add remove_remote
Guido Günther
1
-0
/
+3
2012-07-03
GitRepository: Make rev_parse's short option an int everywhere
Guido Günther
1
-0
/
+5
2012-06-30
GitRepository: Add test that covers remote branches in has_branch()
Guido Günther
1
-0
/
+2
2012-06-30
GitRepository: return GitModifier object instead of separate fields
Guido Günther
1
-1
/
+1
2012-06-30
GitRepository: make get_commit_info() more robust
Markus Lehtonen
1
-1
/
+1
2012-06-30
tests: test GitRepository.get_commit_info()
Guido Günther
1
-0
/
+21
2012-05-31
gbp.git.repository: add GitRepository.make_tree
Guido Günther
1
-16
/
+12
2012-05-31
gbp.git.repository: Add GitRepository.write_file
Guido Günther
1
-0
/
+14
2012-05-31
gbp.git.repository: Add GitRepository.list_tree
Guido Günther
1
-0
/
+14
2012-05-15
Fix typo in doctest that made epydoc fail.
Guido Günther
1
-1
/
+1
2012-05-14
gbp.git.repository: Add a "git merge-base" wrapper
Daniel Dehennin
1
-0
/
+18
2012-01-21
GitRepository: add get_obj_type()
Markus Lehtonen
1
-0
/
+21
2012-01-15
GitRepository: add rename_branch() method
Markus Lehtonen
1
-0
/
+17
2012-01-12
GitRepository: Allow to explicitly fetch tags
Guido Günther
1
-0
/
+1
2012-01-10
GitRepository.branch_contains: fix misplaced remote parameter
Guido Günther
1
-0
/
+2
2012-01-10
GitRepository: Test find_tag() and add_remote_repo()
Guido Günther
1
-2
/
+20
2012-01-10
GitRepository: Add branch_contains()
Guido Günther
1
-0
/
+3
[next]