summaryrefslogtreecommitdiff
path: root/gbp
AgeCommit message (Expand)Author
2013-11-05import-dsc: allow to skip Debian tag creationGuido Günther
2013-10-31pq: support 'Topic' patch-export commandMarkus Lehtonen
2013-10-31pq: listen to 'Gbp-Pq:' commands, tooMarkus Lehtonen
2013-10-31pq: add format_diff() functionMarkus Lehtonen
2013-10-31pq: support patch-export commandsMarkus Lehtonen
2013-10-31pq: properly generate non-ascii patch filesMarkus Lehtonen
2013-10-31pq.format_patch: support file path filteringMarkus Lehtonen
2013-10-31pq: rewrite patch export functionalityMarkus Lehtonen
2013-10-22gbp-clone: support cloning to a specific directoryGuan Junchun
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-16pq: Only print number or tries if we try more than onceGuido Günther
2013-09-16pq: print which patch failed to applyGuido 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-10common/buildpackage: fix handling of empty tarball prefixMarkus Lehtonen
2013-09-05Remove unused importGuido Günther
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-04import-orig: import readline in the common moduleMarkus Lehtonen
2013-09-04GitRepository/diff: add 'stat' and 'summary' optionsMarkus Lehtonen
2013-09-04config: restore mangled env in doctestsMarkus Lehtonen
2013-08-28Use open() instead of file()Guido Günther
2013-08-24pq: exclude patches from Debian packaging branchGuido Günther
2013-08-24GitRepository: allow to use '..' instead of '...'Guido Günther
2013-08-22Minor docstring updatesGuido Günther
2013-08-21dch: make automatic adding of new sections more robustGuido 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-27Use has_keyGuido Günther
2013-06-26import-dsc: print filename instead of object nameGuido Günther
2013-06-26config: Don't fill in the parser with all defaultsGuido Günther
2013-06-26gbp-import-dscs: invoke gbp import-dscGuido Günther
2013-06-26Consistently call gbp the supercommandGuido Günther