tools/git-buildpackage.git
2013-09-04 Markus LehtonenGitRepository: Add clean() method
2013-09-04 Lingchaox XinGitRepository.fetch: Add 'all_remotes' option
2013-09-04 Lingchaox XinGitRepository.fetch: Add 'refspec' option
2013-09-04 Lingchaox XinGitRepository.describe: add 'tags' and 'extra-match...
2013-09-04 Lingchaox XinGitRepository.has_treeish: minor pylint fix
2013-09-04 Markus LehtonenComponentTestBase: keep tmpdir if GBP_TESTS_NOCLEAN...
2013-09-04 Markus Lehtonenimport-orig: import readline in the common module
2013-09-04 Markus LehtonenComponentTestBase: fix env restore in teardown
2013-09-04 Markus LehtonenComponentTestBase: more verbose output in case of branc...
2013-09-04 Markus LehtonenGitRepository/diff: add 'stat' and 'summary' options
2013-09-04 Markus Lehtonenconfig: restore mangled env in doctests
2013-09-04 Markus Lehtonendocs: minor sgml syntax fix
2013-08-29 Guido Güntherdocs: having an upstream branch is a recommendation
2013-08-28 Guido GüntherDocument changes and release 0.6.3 debian/0.6.3
2013-08-28 Guido GüntherUse open() instead of file()
2013-08-28 Guido Güntherdocs: remove superfluous at
2013-08-28 Guido Güntherdocs: Refert to gbp in the introduction
2013-08-24 Guido Güntherpq: exclude patches from Debian packaging branch
2013-08-24 Guido GüntherGitRepository: allow to use '..' instead of '...'
2013-08-22 Guido Güntherdocs: Add recommended branch layout
2013-08-22 Guido GüntherMinor docstring updates
2013-08-21 Guido Güntherdch: make automatic adding of new sections more robust
2013-08-21 Guido GüntherMove MockedChangelog to testutils
2013-07-13 Guido Günther--git-hooks doesn't take an argument
2013-07-09 Guido GüntherDocument changes and release 0.6.2 debian/0.6.2
2013-07-09 Guido GüntherBump dephelper dependency
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: use --set-upstream...
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: Catch errors to...
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: don't try to set...
2013-07-04 Guido GüntherGitRepository.set_upstream_branch: Newer git wants...
2013-07-04 Guido GüntherRemove duplicate config files section
2013-07-04 Guido GüntherAdd gbp buildpackage example
2013-07-01 Guido GüntherAdd examples for importing upstream sources
2013-06-30 Guido GüntherFix broken xrefs
2013-06-30 Guido GüntherAdd symlinks to the manpages for the deprecated commands
2013-06-30 Guido GüntherUpdate Vcs-Browser URL
2013-06-30 Guido GüntherSwitch to debhelper level 9
2013-06-30 Guido GüntherMake sure we keep our test coverage
2013-06-30 Guido GüntherTest succesful import too
2013-06-29 Guido Günthergbp.git.GitRepository.has_branch(): use _git_command
2013-06-29 Guido Günthergbp.git.Repository.get_branch(): use _git_command
2013-06-29 Guido Günther.gitignore docbook xref
2013-06-29 Guido GüntherGit.Repository.__git_inout: Close all other file descri...
2013-06-29 Guido GüntherGit.Repository.__git_inout: properly set stdin
2013-06-27 Guido GüntherUse has_key
2013-06-27 Guido GüntherDocument gbp's help option
2013-06-27 Guido GüntherDocument changes and release 0.6.1 debian/0.6.1
2013-06-27 Guido GüntherDepend on python-pkg-resources
2013-06-27 Guido GüntherSplit {Build-,}Deps per line
2013-06-26 Guido GüntherDocument changes and release 0.6.0 debian/0.6.0
2013-06-26 Guido Güntherimport-dsc: print filename instead of object name
2013-06-26 Guido Güntherconfig: Don't fill in the parser with all defaults
2013-06-26 Guido GüntherFix typo
2013-06-26 Guido Günthergbp-import-dscs: invoke gbp import-dsc
2013-06-26 Guido GüntherConsistently call gbp the supercommand
2013-06-26 Guido Günthergbp: support --help
2013-06-26 Guido GüntherUpdate package description
2013-06-26 Guido GüntherNEWS: add a note about the new gbp super command
2013-06-26 Guido GüntherRename the sgml files from git- to gbp-
2013-06-26 Guido Günthergbp.conf: Use command names instead of {git,gbp}-
2013-06-26 Guido Güntherdocs: Rename the entities from &git-<command>; to ...
2013-06-26 Guido Günthermanpages: Changes references from git- to gbp-
2013-06-26 Guido Güntherdocs: Use gbp <command> instead of {git,gbp}-<command>
2013-06-26 Guido GüntherAdd gbp manpage
2013-06-26 Guido GüntherBash complete on "gbp <command>" too
2013-06-26 Guido GüntherGit-Ignore generated gbp.conf.5 too
2013-06-19 Guido GüntherGbpOptionParser: add test for 'filter' option handling
2013-06-19 Guido GüntherGbpOptionParser: Make sure we parse the old config...
2013-06-19 Guido GüntherGbpOptionParser: Make sure we access the GbpOptionParse...
2013-06-18 Guido GüntherAdd wrapper for all gbp commands
2013-06-13 Markus LehtonenGitRepository/diff: allow single object
2013-06-11 Guido GüntherSimplify expression
2013-06-11 Guido GüntherGitRepository.get_subject: use get_commit_info
2013-06-11 Markus Lehtonenbuildpackage: use get_commit_info() instead of get_subj...
2013-06-11 Guido GüntherRemove unused imports
2013-06-06 Markus Lehtonenimport-orig: keep working copy in sync with branch...
2013-06-06 Markus LehtonenGitRepository/get_commit_info: add patchname to info
2013-06-06 Markus Lehtonengitmodifier: make the datetime object always have timezone
2013-05-30 Guido GüntherDocument changes and release 0.6.0~git20130630 debian/0.6.0_git20130530
2013-05-30 Guido GüntherAdd Jenkins Scratchbuilder example
2013-05-17 Gaudenz Steinlingit-buildpackage: Unbreak overlay mode
2013-05-08 Guido GüntherGitRepository: Use LC_ALL=C when checking features
2013-05-06 Guido GüntherDocument changes and release 0.6.0~git20130506 debian/0.6.0_git20130506
2013-05-04 Guido Günthermanpages: Document gbp-pull's --ignore-branch option
2013-05-04 Guido Günthergbp-pull: Fix typo in help output
2013-05-02 Guido GüntherGitRepository Use _git_inout in get_branch
2013-05-02 Guido GüntherAdd --ignore-branch to gbp-pull
2013-05-02 Guido Güntherdch: make sure branch is always defined
2013-04-30 Guido Günthertrivial: simplify option assignment
2013-04-30 Guido GüntherSilence test_debian_missing_author
2013-04-29 Guido GüntherSilence dpkg --compare-versions
2013-04-29 Guido GüntherUse Popen.communicate instead of subprocess call
2013-04-29 Guido GüntherMake parse_dsc a classmethod of DscFile
2013-04-29 Guido GüntherChangeLog: Remove is_native
2013-04-29 Guido Güntherdch: Use DebianSource.is_native
2013-04-29 Guido GüntherRevert "Use Popen.communicate instead of subprocess...
2013-04-29 Guido GüntherUse Popen.communicate instead of subprocess call
2013-04-27 Guido GüntherGitRepository.has_feature: capture stderr
2013-04-27 Guido GüntherGitRepository.commit_dir: raise GitRepositoryError...
2013-04-27 Guido GüntherSilence GitRepository.write_tree
next