tools/git-buildpackage.git
2013-10-22 Guan Junchungbp-clone: support cloning to a specific directory
2013-10-22 Guan Junchungbp-clone: support repo URLs like "host:repo.git"
2013-10-16 Guido GüntherDocument changes and release 0.6.5 debian/0.6.5
2013-10-16 Guido GüntherBump standards version
2013-10-16 Andrew Starr... Don't export DEB_VENDOR="Debian"
2013-10-16 Guido GüntherBe more robust about git status output changes
2013-10-10 Etienne Millondoc: Fix git-pbuilder example
2013-10-06 Guido GüntherDocument changes and release 0.6.4 debian/0.6.4
2013-09-17 Guido GüntherBackports got integrated into the main archive
2013-09-17 Guido GüntherUpdate to git-pbuilder 1.29
2013-09-16 Guido Güntherpq: Only print number or tries if we try more than...
2013-09-16 Guido Güntherpq: print which patch failed to apply
2013-09-10 Osamu Aokitypo s/bei/be/
2013-09-10 Markus Lehtonentests: remove unused import in submodule tests
2013-09-10 Markus Lehtonentests: upper case global variables in submodule tests
2013-09-10 Markus Lehtonentests: add some docstrings to git submodule tests
2013-09-10 Markus Lehtonentests: use eq_ and ok_ from nose tools in submodule...
2013-09-10 Markus Lehtonentests: add test for archiving without git submodules
2013-09-10 Markus LehtonenGitRepository: deprecate the get_remote_repos method
2013-09-10 Markus LehtonenGitRepository.has_remote_repo: use get_remotes method
2013-09-10 Markus Lehtonengit: new class and method for remote repositories
2013-09-10 Lingchaox XinGitRepository.pull: Add 'all_remotes' option
2013-09-10 Lingchaox XinGitRepository.push: Add 'tags' option
2013-09-10 Lingchaox XinGitRepository.push: Add 'force' option
2013-09-10 Markus LehtonenGitRepository.list_tree: add 'paths' option
2013-09-10 Markus LehtonenGitRepository.diff: add 'ignore_submodules' option
2013-09-10 Markus Lehtonencommon/buildpackage: fix handling of empty tarball...
2013-09-05 Guido GüntherAdd link to online docs
2013-09-05 Guido GüntherRemove unused import
2013-09-05 Markus LehtonenComponentTestBase: use eq_() ok_() from nose.tools
2013-09-05 Markus LehtonenGitRepository.diff: prevent usage of external diff
2013-09-05 Markus LehtonenGitRepository.diff: add 'text' option
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...
next