Fix gbs export error
[tools/git-buildpackage.git] / gbp / git / repository.py
2023-09-14 Łukasz StelmachFix gbs export error 72/298872/1
2023-06-13 biao716.wangfix build error during gbs funtion test 56/293356/11
2022-12-02 biao716.wangfix run error for gbp 94/284994/1
2022-11-30 biao716.wangfix run error for re.sub(): KeyError: '\S' 03/284903/1
2022-11-28 biao716.wangporting code to python3.x with os patch 80/284780/5
2022-10-28 biao716.wangport code from python2.x to python3.x 23/283523/10
2016-12-28 SoonKyu ParkMerge remote-tracking branch 'origin/release-20161231... devel-test20161228
2016-12-26 Jun WangAdapt git-merge option when git version greater then 2.9
2016-12-26 Jiankang FanGitRepository: Fix diff_status() for renames and copies 45/89945/2
2016-04-11 SoonKyu ParkHandle conflicts from git merge release-20160315 release-20160411
2014-12-19 Markus LehtonenGitRepository.create_tag: add 'annotate' argument
2014-12-19 Markus LehtonenGitRepository.create_tag: use GitArgs class
2014-11-14 Markus LehtonenGitRepository/__git_inout: correctly handle input error
2014-11-14 Markus LehtonenGitRepository/get_remote_repos: return URLs, too
2014-11-14 Markus LehtonenCentOS compatibility: fix GitRepository.diff
2014-11-14 Markus LehtonenCentOS compatibility: fix GitRepository._cmd_has_feature()
2014-11-14 Markus LehtonenGitRepository/add_files: add new option 'untracked'
2014-11-14 Markus LehtonenGitRepository: add diff_status method
2014-11-14 Markus LehtonenGitRepository.add_files: consistently update ALL tracke...
2014-11-14 Markus LehtonenGitRepository.add_files: use GitArgs
2014-11-14 Markus LehtonenGitRepository: allow repo inititialization from subdir
2014-11-14 Ed BartoshGitRepository: Implement status method
2014-11-14 Markus LehtonenGitRepository: raise GitRepositoryError instead of...
2014-11-14 Markus LehtonenGitRepository/rev_parse: use _git_inout()
2014-11-14 Markus LehtonenGitRepository/git_command: strip stderr output in case...
2014-11-14 Markus LehtonenGitRepository/has_submodules: add treeish argument
2014-11-14 Markus LehtonenGitRepository.create_branch: add 'force' option
2014-11-14 Markus LehtonenGitRepository.commit_files: add edit argument
2014-11-14 Markus LehtonenGitRepository.commit_all: add committer_info argument
2014-11-14 Markus LehtonenGitRepository.commit_files: add committer_info argument
2014-11-14 Markus LehtonenGitRepository: implement create_tree method
2014-11-14 Markus LehtonenGitRepository: fix the 'edit' mode in commit methods
2014-11-14 Markus LehtonenGitRepository: allow interactive commands
2014-11-14 Markus LehtonenGitRepository.archive: add 'paths' option
2014-11-14 Markus LehtonenGitRepository.archive: drop the '**kwargs' argument
2014-11-14 Markus LehtonenGitRepository.archive: support getting tar data as...
2014-11-14 Markus LehtonenGitRepository.__git_inout: prevent blocking of stdin
2014-11-14 Markus LehtonenGitRepository: new method for getting git output as...
2014-06-30 Markus LehtonenGitRepository/has_submodules: add treeish argument
2014-06-05 Markus LehtonenGitRepository/get_remote_repos: return URLs, too
2014-06-05 Markus LehtonenCentOS compatibility: fix GitRepository.diff
2014-06-05 Markus LehtonenCentOS compatibility: fix GitRepository._cmd_has_feature()
2014-06-05 Markus LehtonenGitRepository/add_files: add new option 'untracked'
2014-06-05 Markus LehtonenGitRepository: add diff_status method
2014-06-05 Markus LehtonenGitRepository.add_files: consistently update ALL tracke...
2014-06-05 Markus LehtonenGitRepository.add_files: use GitArgs
2014-06-05 Markus LehtonenGitRepository: allow repo inititialization from subdir
2014-06-05 Ed BartoshGitRepository: Implement status method
2014-06-05 Markus LehtonenGitRepository: raise GitRepositoryError instead of...
2014-06-05 Markus LehtonenGitRepository/rev_parse: use _git_inout()
2014-06-05 Markus LehtonenGitRepository/git_command: strip stderr output in case...
2014-06-05 Markus LehtonenGitRepository.archive: add 'paths' option
2014-06-05 Markus LehtonenGitRepository.create_branch: add 'force' option
2014-06-05 Markus LehtonenGitRepository.commit_files: add edit argument
2014-06-05 Markus LehtonenGitRepository.commit_all: add committer_info argument
2014-06-05 Markus LehtonenGitRepository.commit_files: add committer_info argument
2014-06-05 Markus LehtonenGitRepository: implement create_tree method
2014-06-05 Markus LehtonenGitRepository.archive: drop the '**kwargs' argument
2014-06-05 Markus LehtonenGitRepository: fix the 'edit' mode in commit methods
2014-06-05 Markus LehtonenGitRepository: allow interactive commands
2014-06-05 Markus LehtonenGitRepository.archive: support getting tar data as...
2014-06-05 Markus LehtonenGitRepository.__git_inout: prevent blocking of stdin
2014-06-05 Markus LehtonenGitRepository: new method for getting git output as...
2014-05-16 Guido GüntherFix comitter vs committer typos
2014-04-02 Markus LehtonenRevert "GitRepository/add_remote_repo: fix the 'tags...
2014-03-27 Markus LehtonenGitRepository/add_remote_repo: fix the 'tags' argument
2014-03-27 Markus LehtonenGitRepository/get_commit_info: correctly handle file...
2013-10-22 Guan Junchungbp-clone: support repo URLs like "host:repo.git"
2013-10-16 Guido GüntherBe more robust about git status output changes
2013-09-10 Markus LehtonenGitRepository: deprecate the get_remote_repos method
2013-09-10 Markus LehtonenGitRepository.has_remote_repo: use get_remotes method
2013-09-10 Markus Lehtonengit: new class and method for remote repositories
2013-09-10 Lingchaox XinGitRepository.pull: Add 'all_remotes' option
2013-09-10 Lingchaox XinGitRepository.push: Add 'tags' option
2013-09-10 Lingchaox XinGitRepository.push: Add 'force' option
2013-09-10 Markus LehtonenGitRepository.list_tree: add 'paths' option
2013-09-10 Markus LehtonenGitRepository.diff: add 'ignore_submodules' option
2013-09-05 Markus LehtonenGitRepository.diff: prevent usage of external diff
2013-09-05 Markus LehtonenGitRepository.diff: add 'text' option
2013-09-04 Markus LehtonenGitRepository: Add clean() method
2013-09-04 Lingchaox XinGitRepository.fetch: Add 'all_remotes' option
2013-09-04 Lingchaox XinGitRepository.fetch: Add 'refspec' option
2013-09-04 Lingchaox XinGitRepository.describe: add 'tags' and 'extra-match...
2013-09-04 Lingchaox XinGitRepository.has_treeish: minor pylint fix
2013-09-04 Markus LehtonenGitRepository/diff: add 'stat' and 'summary' options
2013-08-28 Guido GüntherUse open() instead of file()
2013-08-24 Guido GüntherGitRepository: allow to use '..' instead of '...'
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: use --set-upstream...
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: Catch errors to...
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: don't try to set...
2013-06-29 Guido Günthergbp.git.GitRepository.has_branch(): use _git_command
2013-06-29 Guido Günthergbp.git.Repository.get_branch(): use _git_command
2013-06-29 Guido GüntherGit.Repository.__git_inout: Close all other file descri...
2013-06-29 Guido GüntherGit.Repository.__git_inout: properly set stdin
2013-06-13 Markus LehtonenGitRepository/diff: allow single object
2013-06-11 Guido GüntherGitRepository.get_subject: use get_commit_info
2013-06-06 Markus LehtonenGitRepository/get_commit_info: add patchname to info
2013-05-08 Guido GüntherGitRepository: Use LC_ALL=C when checking features
2013-05-02 Guido GüntherGitRepository Use _git_inout in get_branch
2013-04-27 Guido GüntherGitRepository.has_feature: capture stderr
next