summaryrefslogtreecommitdiff
path: root/gbp/git/repository.py
AgeCommit message (Expand)AuthorFilesLines
2024-07-22Fix some build errors on ubuntu 24.04HEADmasterdevelxuhy1-2/+2
2023-09-14Fix gbs export errorŁukasz Stelmach1-3/+3
2023-06-13fix build error during gbs funtion testbiao716.wang1-5/+5
2022-12-02fix run error for gbpbiao716.wang1-1/+1
2022-11-30fix run error for re.sub(): KeyError: '\S'biao716.wang1-9/+9
2022-11-28porting code to python3.x with os patchbiao716.wang1-128/+146
2022-10-28port code from python2.x to python3.xbiao716.wang1-5/+5
2016-12-26Adapt git-merge option when git version greater then 2.9Jun Wang1-0/+7
2016-12-26GitRepository: Fix diff_status() for renames and copiesJiankang Fan1-1/+2
2016-01-29fix bugsJun Wang1-18/+0
2016-01-28GitRepository.create_tag: add 'annotate' argumentMarkus Lehtonen1-2/+6
2016-01-28GitRepository.create_tag: use GitArgs classMarkus Lehtonen1-7/+7
2016-01-28GitRepository/__git_inout: correctly handle input errorMarkus Lehtonen1-1/+6
2016-01-27GitRepository: implement create_tree methodMarkus Lehtonen1-0/+18
2016-01-27GitRepository.archive: add 'paths' optionMarkus Lehtonen1-1/+3
2016-01-27GitRepository.archive: drop the '**kwargs' argumentMarkus Lehtonen1-3/+1
2014-06-30GitRepository/has_submodules: add treeish argumentMarkus Lehtonen1-4/+9
2014-06-05GitRepository/get_remote_repos: return URLs, tooMarkus Lehtonen1-3/+18
2014-06-05CentOS compatibility: fix GitRepository.diffMarkus Lehtonen1-1/+1
2014-06-05CentOS compatibility: fix GitRepository._cmd_has_feature()Markus Lehtonen1-1/+2
2014-06-05GitRepository/add_files: add new option 'untracked'Markus Lehtonen1-2/+4
2014-06-05GitRepository: add diff_status methodMarkus Lehtonen1-0/+27
2014-06-05GitRepository.add_files: consistently update ALL tracked filesMarkus Lehtonen1-0/+1
2014-06-05GitRepository.add_files: use GitArgsMarkus Lehtonen1-5/+4
2014-06-05GitRepository: allow repo inititialization from subdirMarkus Lehtonen1-12/+30
2014-06-05GitRepository: Implement status methodEd Bartosh1-0/+33
2014-06-05GitRepository: raise GitRepositoryError instead of GbpErrorMarkus Lehtonen1-3/+3
2014-06-05GitRepository/rev_parse: use _git_inout()Markus Lehtonen1-2/+3
2014-06-05GitRepository/git_command: strip stderr output in case of errorMarkus Lehtonen1-1/+2
2014-06-05GitRepository.archive: add 'paths' optionMarkus Lehtonen1-1/+5
2014-06-05GitRepository.create_branch: add 'force' optionMarkus Lehtonen1-1/+3
2014-06-05GitRepository.commit_files: add edit argumentMarkus Lehtonen1-5/+8
2014-06-05GitRepository.commit_all: add committer_info argumentMarkus Lehtonen1-2/+6
2014-06-05GitRepository.commit_files: add committer_info argumentMarkus Lehtonen1-3/+9
2014-06-05GitRepository: implement create_tree methodMarkus Lehtonen1-9/+19
2014-06-05GitRepository.archive: drop the '**kwargs' argumentMarkus Lehtonen1-4/+3
2014-06-05GitRepository: fix the 'edit' mode in commit methodsMarkus Lehtonen1-8/+6
2014-06-05GitRepository: allow interactive commandsMarkus Lehtonen1-10/+19
2014-06-05GitRepository.archive: support getting tar data as return valueMarkus Lehtonen1-7/+17
2014-06-05GitRepository.__git_inout: prevent blocking of stdinMarkus Lehtonen1-6/+12
2014-06-05GitRepository: new method for getting git output as generatorMarkus Lehtonen1-25/+86
2014-05-16Fix comitter vs committer typosGuido Günther1-1/+1
2014-04-02Revert "GitRepository/add_remote_repo: fix the 'tags' argument"Markus Lehtonen1-1/+1
2014-03-27GitRepository/add_remote_repo: fix the 'tags' argumentMarkus Lehtonen1-1/+1
2014-03-27GitRepository/get_commit_info: correctly handle file renames/copiesMarkus Lehtonen1-1/+2
2013-10-22gbp-clone: support repo URLs like "host:repo.git"Guan Junchun1-1/+4
2013-10-16Be more robust about git status output changesGuido Günther1-18/+21
2013-09-10GitRepository: deprecate the get_remote_repos methodMarkus Lehtonen1-0/+2
2013-09-10GitRepository.has_remote_repo: use get_remotes methodMarkus Lehtonen1-1/+1
2013-09-10git: new class and method for remote repositoriesMarkus Lehtonen1-0/+61