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
/
gbp
/
git
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-07
GitRepository/diff: catch git error
Markus Lehtonen
1
-1
/
+3
2012-11-07
GitRepository/diff: add 'paths' argument
Markus Lehtonen
1
-1
/
+5
2012-11-07
GitRepository.find_tag: change deprecated _git_getoutput to _git_inout
Ed Bartosh
1
-3
/
+4
2012-11-07
GitRepository: fix merge() for older git versions
Markus Lehtonen
1
-1
/
+5
2012-11-07
GitRepository: implement _cmd_has_feature() method
Markus Lehtonen
1
-0
/
+34
2012-10-25
PEP-8 and pyflakes cleanups
Guido Günther
1
-1
/
+0
2012-08-22
GitArgs/add: support iterable and non-string args
Markus Lehtonen
1
-1
/
+13
2012-08-22
GitRepository: Implement set_upstream_branch and get_upstream_branch methods
Ed Bartosh
1
-0
/
+38
2012-08-22
GitRepository/branch_contains: remove prefix '*' in branch name
Zhang Qiang
1
-0
/
+2
2012-07-31
Remove multiple spaces
Guido Günther
1
-4
/
+4
2012-07-29
GitModifier: use __getitem__ to fetch date
Guido Günther
1
-1
/
+1
2012-07-28
GitRepository: raise GitRepositoryError on git errors
Guido Günther
1
-4
/
+19
2012-07-27
GitRepository/get_commit_info: add file status
Markus Lehtonen
1
-2
/
+13
2012-07-27
GitRepository/get_commit_info: add committer info
Markus Lehtonen
1
-3
/
+7
2012-07-27
GitRepository/get_commit_info: add author timestamp
Markus Lehtonen
1
-5
/
+6
2012-07-27
GitModifier: More flexible date handling
Guido Günther
1
-5
/
+54
2012-07-27
Fix variable renaming
Guido Günther
1
-1
/
+1
2012-07-24
GitRepository: option to ignore untracked in is_clean()
Markus Lehtonen
1
-2
/
+11
2012-07-24
GitRepository/get_author_info: return user.name as name
Markus Lehtonen
1
-1
/
+1
2012-07-23
gbp.git.GitRepository: Add remove_remote
Guido Günther
1
-0
/
+3
2012-07-23
git.repository.GitRepository.add_remote_repo: use GitArgs
Guido Günther
1
-5
/
+6
2012-07-03
GitRepository: Make rev_parse's short option an int everywhere
Guido Günther
1
-2
/
+2
2012-07-03
GitRepository/rev_parse: add new argument 'short'
Markus Lehtonen
1
-3
/
+7
2012-07-02
GitRepository/get_commit_info: check return value of git command correctly
Markus Lehtonen
1
-1
/
+1
2012-07-02
Make exception syntax consistent
Guido Günther
1
-3
/
+3
2012-06-30
GitRepository: return GitModifier object instead of separate fields
Guido Günther
1
-3
/
+5
2012-06-30
GitRepository: make get_commit_info() more robust
Markus Lehtonen
1
-9
/
+11
2012-06-30
GitRepository: fix process cwd in _git_inout()
Markus Lehtonen
1
-1
/
+1
2012-06-17
common/pq: use strip in apply_and_commit_patch()
Markus Lehtonen
1
-2
/
+2
2012-05-31
gbp.git.repository: add GitRepository.make_tree
Guido Günther
1
-2
/
+21
2012-05-31
gbp.git.repository: Add GitRepository.write_file
Guido Günther
1
-0
/
+25
2012-05-31
gbp.git.repository: Add GitRepository.list_tree
Guido Günther
1
-0
/
+27
2012-05-14
gbp.git.repository: Add a "git merge-base" wrapper
Daniel Dehennin
1
-0
/
+20
2012-05-04
GitRepository.format_patches: allow to set threading format
Guido Günther
1
-1
/
+2
2012-04-15
Ignore locale when checking for a clean repository
Guido Günther
1
-1
/
+1
2012-04-05
gbp.git.repository: don't append a second .git
Guido Günther
1
-1
/
+2
2012-03-19
GitRepository.clone(): document missing options
Guido Günther
1
-0
/
+4
2012-03-19
GitRepository.create(): use GitArgs
Guido Günther
1
-7
/
+6
2012-03-15
GitModifier: add __getitem__ and keys()
Guido Günther
2
-1
/
+18
2012-02-26
GitRepository.merge: add edit option
Guido Günther
1
-1
/
+4
2012-02-26
GitRepsitory.merge: update apidoc and switch to GitArgs
Guido Günther
1
-3
/
+7
2012-02-20
copy_from: remove, not used anymore
Guido Günther
1
-1
/
+1
2012-01-31
GitRepository: Use _git_inout() in __init__()
Guido Günther
1
-5
/
+7
2012-01-31
GitRepository: Allow empty input in _git_inout()
Guido Günther
1
-2
/
+2
2012-01-31
GitRepository: rename to __git_inout to _git_inout
Guido Günther
1
-6
/
+6
2012-01-31
GitRepository: Rename __git_getoutput to _git_getoutput
Guido Günther
1
-30
/
+32
2012-01-31
GitRepository: allow to capture stderr in __git_inout
Guido Günther
1
-3
/
+16
2012-01-30
GitRepository: document archive()
Guido Günther
1
-0
/
+13
2012-01-23
Remove comparison with True to make pychecker happy
Guido Günther
1
-1
/
+1
2012-01-23
GitRepository: allow git.commit_dir to create new branches
Markus Lehtonen
1
-2
/
+12
[next]