summaryrefslogtreecommitdiffhomepage
path: root/gbp/git
Commit message (Expand)AuthorAge
* Fix comitter vs committer typosGuido Günther2014-05-16
* Revert "GitRepository/add_remote_repo: fix the 'tags' argument"Markus Lehtonen2014-04-02
* GitRepository/add_remote_repo: fix the 'tags' argumentMarkus Lehtonen2014-03-27
* GitRepository/get_commit_info: correctly handle file renames/copiesMarkus Lehtonen2014-03-27
* gbp-clone: support repo URLs like "host:repo.git"Guan Junchun2013-10-22
* Be more robust about git status output changesGuido Günther2013-10-16
* GitRepository: deprecate the get_remote_repos methodMarkus Lehtonen2013-09-10
* GitRepository.has_remote_repo: use get_remotes methodMarkus Lehtonen2013-09-10
* git: new class and method for remote repositoriesMarkus Lehtonen2013-09-10
* GitRepository.pull: Add 'all_remotes' optionLingchaox Xin2013-09-10
* GitRepository.push: Add 'tags' optionLingchaox Xin2013-09-10
* GitRepository.push: Add 'force' optionLingchaox Xin2013-09-10
* GitRepository.list_tree: add 'paths' optionMarkus Lehtonen2013-09-10
* GitRepository.diff: add 'ignore_submodules' optionMarkus Lehtonen2013-09-10
* GitRepository.diff: prevent usage of external diffMarkus Lehtonen2013-09-05
* GitRepository.diff: add 'text' optionMarkus Lehtonen2013-09-05
* GitRepository: Add clean() methodMarkus Lehtonen2013-09-04
* GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin2013-09-04
* GitRepository.fetch: Add 'refspec' optionLingchaox Xin2013-09-04
* GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin2013-09-04
* GitRepository.has_treeish: minor pylint fixLingchaox Xin2013-09-04
* GitRepository/diff: add 'stat' and 'summary' optionsMarkus Lehtonen2013-09-04
* Use open() instead of file()Guido Günther2013-08-28
* GitRepository: allow to use '..' instead of '...'Guido Günther2013-08-24
* Minor docstring updatesGuido Günther2013-08-22
* GitRepository.set_upstream_branch: use --set-upstream-to if availableGuido Günther2013-07-04
* GitRepository.set_upstream_branch: Catch errors to set upstream branchGuido Günther2013-07-04
* GitRepository.set_upstream_branch: don't try to set upstream twiceGuido Günther2013-07-04
* gbp.git.GitRepository.has_branch(): use _git_commandGuido Günther2013-06-29
* gbp.git.Repository.get_branch(): use _git_commandGuido Günther2013-06-29
* Git.Repository.__git_inout: Close all other file descriptorsGuido Günther2013-06-29
* Git.Repository.__git_inout: properly set stdinGuido Günther2013-06-29
* GitRepository/diff: allow single objectMarkus Lehtonen2013-06-13
* GitRepository.get_subject: use get_commit_infoGuido Günther2013-06-11
* GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen2013-06-06
* gitmodifier: make the datetime object always have timezoneMarkus Lehtonen2013-06-06
* GitRepository: Use LC_ALL=C when checking featuresGuido Günther2013-05-08
* GitRepository Use _git_inout in get_branchGuido Günther2013-05-02
* GitRepository.has_feature: capture stderrGuido Günther2013-04-27
* GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther2013-04-27
* Silence GitRepository.write_treeGuido Günther2013-04-27
* Silence GitRepository.grep_logGuido Günther2013-04-27
* Silence GitRepository.set_upstream_branchGuido Günther2013-04-27
* Silence GitRepository.has_treeishGuido Günther2013-04-26
* GitRepository: add describe() methodMarkus Lehtonen2013-04-25
* Silence _git_commandGuido Günther2013-04-24
* Silence git cloneGuido Günther2013-04-24
* GitRepository: make __build_env a static methodGuido Günther2013-04-14
* Silence git initGuido Günther2013-04-14
* Introduce Source classGuido Günther2013-04-13