summaryrefslogtreecommitdiff
path: root/gbp/git
AgeCommit message (Expand)AuthorFilesLines
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-05gbp.git: Reimplement rfc822 date parsing without dateutilEd Bartosh1-5/+24
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ünther2-5/+5
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
2013-09-10GitRepository.pull: Add 'all_remotes' optionLingchaox Xin1-5/+10
2013-09-10GitRepository.push: Add 'tags' optionLingchaox Xin1-1/+5
2013-09-10GitRepository.push: Add 'force' optionLingchaox Xin1-1/+6
2013-09-10GitRepository.list_tree: add 'paths' optionMarkus Lehtonen1-1/+3
2013-09-10GitRepository.diff: add 'ignore_submodules' optionMarkus Lehtonen1-1/+4
2013-09-05GitRepository.diff: prevent usage of external diffMarkus Lehtonen1-1/+1
2013-09-05GitRepository.diff: add 'text' optionMarkus Lehtonen1-1/+5
2013-09-04GitRepository: Add clean() methodMarkus Lehtonen1-0/+21
2013-09-04GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin1-3/+9
2013-09-04GitRepository.fetch: Add 'refspec' optionLingchaox Xin1-1/+4
2013-09-04GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin1-1/+8
2013-09-04GitRepository.has_treeish: minor pylint fixLingchaox Xin1-1/+1
2013-09-04GitRepository/diff: add 'stat' and 'summary' optionsMarkus Lehtonen1-2/+11
2013-08-28Use open() instead of file()Guido Günther1-1/+1
2013-08-24GitRepository: allow to use '..' instead of '...'Guido Günther1-3/+16
2013-08-22Minor docstring updatesGuido Günther1-0/+3
2013-07-04GitRepository.set_upstream_branch: use --set-upstream-to if availableGuido Günther1-3/+6
2013-07-04GitRepository.set_upstream_branch: Catch errors to set upstream branchGuido Günther1-2/+9
2013-07-04GitRepository.set_upstream_branch: don't try to set upstream twiceGuido Günther1-2/+2