summaryrefslogtreecommitdiff
path: root/gbp/git/repository.py
AgeCommit message (Expand)Author
2015-02-25GitRepository/has_submodules: add treeish argumentMarkus Lehtonen
2015-02-20Don't use basestringGuido Günther
2015-01-31repository: fix head docstringGuido Günther
2014-12-05GitRepository: Implement status methodEd Bartosh
2014-12-05GitRepository.create_branch: add 'force' optionMarkus Lehtonen
2014-12-05GitRepository: add diff_status methodMarkus Lehtonen
2014-05-16Fix comitter vs committer typosGuido Günther
2014-04-02Revert "GitRepository/add_remote_repo: fix the 'tags' argument"Markus Lehtonen
2014-03-27GitRepository/add_remote_repo: fix the 'tags' argumentMarkus Lehtonen
2014-03-27GitRepository/get_commit_info: correctly handle file renames/copiesMarkus Lehtonen
2013-10-22gbp-clone: support repo URLs like "host:repo.git"Guan Junchun
2013-10-16Be more robust about git status output changesGuido Günther
2013-09-10GitRepository: deprecate the get_remote_repos methodMarkus Lehtonen
2013-09-10GitRepository.has_remote_repo: use get_remotes methodMarkus Lehtonen
2013-09-10git: new class and method for remote repositoriesMarkus Lehtonen
2013-09-10GitRepository.pull: Add 'all_remotes' optionLingchaox Xin
2013-09-10GitRepository.push: Add 'tags' optionLingchaox Xin
2013-09-10GitRepository.push: Add 'force' optionLingchaox Xin
2013-09-10GitRepository.list_tree: add 'paths' optionMarkus Lehtonen
2013-09-10GitRepository.diff: add 'ignore_submodules' optionMarkus Lehtonen
2013-09-05GitRepository.diff: prevent usage of external diffMarkus Lehtonen
2013-09-05GitRepository.diff: add 'text' optionMarkus Lehtonen
2013-09-04GitRepository: Add clean() methodMarkus Lehtonen
2013-09-04GitRepository.fetch: Add 'all_remotes' optionLingchaox Xin
2013-09-04GitRepository.fetch: Add 'refspec' optionLingchaox Xin
2013-09-04GitRepository.describe: add 'tags' and 'extra-match' optionsLingchaox Xin
2013-09-04GitRepository.has_treeish: minor pylint fixLingchaox Xin
2013-09-04GitRepository/diff: add 'stat' and 'summary' optionsMarkus Lehtonen
2013-08-28Use open() instead of file()Guido Günther
2013-08-24GitRepository: allow to use '..' instead of '...'Guido Günther
2013-07-04GitRepository.set_upstream_branch: use --set-upstream-to if availableGuido Günther
2013-07-04GitRepository.set_upstream_branch: Catch errors to set upstream branchGuido Günther
2013-07-04GitRepository.set_upstream_branch: don't try to set upstream twiceGuido Günther
2013-06-29gbp.git.GitRepository.has_branch(): use _git_commandGuido Günther
2013-06-29gbp.git.Repository.get_branch(): use _git_commandGuido Günther
2013-06-29Git.Repository.__git_inout: Close all other file descriptorsGuido Günther
2013-06-29Git.Repository.__git_inout: properly set stdinGuido Günther
2013-06-13GitRepository/diff: allow single objectMarkus Lehtonen
2013-06-11GitRepository.get_subject: use get_commit_infoGuido Günther
2013-06-06GitRepository/get_commit_info: add patchname to infoMarkus Lehtonen
2013-05-08GitRepository: Use LC_ALL=C when checking featuresGuido Günther
2013-05-02GitRepository Use _git_inout in get_branchGuido Günther
2013-04-27GitRepository.has_feature: capture stderrGuido Günther
2013-04-27GitRepository.commit_dir: raise GitRepositoryError instead of GbpErrorGuido Günther
2013-04-27Silence GitRepository.write_treeGuido Günther
2013-04-27Silence GitRepository.grep_logGuido Günther
2013-04-27Silence GitRepository.set_upstream_branchGuido Günther
2013-04-26Silence GitRepository.has_treeishGuido Günther
2013-04-25GitRepository: add describe() methodMarkus Lehtonen
2013-04-24Silence _git_commandGuido Günther