tools/git-buildpackage.git
2012-01-10 Guido GüntherUse testutils in 09_test_write_tree.py
2012-01-10 Guido GüntherAllow to specify the upstream tree via --upstream-tree
2012-01-08 Guido GüntherGitRepository: use isinstance(basestring) to check...
2011-12-31 Guido GüntherAdd "gbp-pq switch" to bash completion
2011-12-29 Guido GüntherDocument changes and release 0.6.0~git20111229 debian/0.6.0_git20111229
2011-12-29 Guido Güntherimport_dsc: remove debian dir from upstream source
2011-12-29 Guido GüntherGitRepository: add test for {write,commit}_tree
2011-12-29 Guido GüntherGitRepository: Add testcases for cornercases
2011-12-29 Guido GüntherGitRepository: more consistent exception syntax
2011-12-29 Guido GüntherWrite coverage information as html
2011-12-29 Guido GüntherRename and comment tests
2011-12-28 Guido Güntherdch: Honor epoch when guessing new upstream version
2011-12-28 Guido Güntherdch: Split guessing of upstream version into separate...
2011-12-28 Guido GüntherMove _build_legacty_tag from GitRepository to to Debian...
2011-12-27 Guido Günthergbp.deb.git.py: Fix typos and add version
2011-12-27 Guido GüntherGitRepository: Use GitArgs in get_commits
2011-12-27 Guido GüntherGitRepository: Add num option to git_commits
2011-12-27 Guido Güntherdch: Indentation and docstring cleanups
2011-12-27 Guido Güntherdch: Add doctests for snapshot_version
2011-12-26 Guido Güntherdch: fix epydoc parameters
2011-12-26 Guido GüntherFix typo in clean target override
2011-12-26 Guido Güntherdocs: add missing dependency to manpage generation
2011-12-26 Guido Günthergbp-pq: add "switch" action
2011-12-26 Guido Günthergbp-add-patch: simplify by using existing classes
2011-12-26 Guido Günthergbp.git.repository: add edit option to commit_staged
2011-12-26 Guido GüntherRename gbp.pq to gbp.patch_series
2011-12-26 Guido Güntherpq.Patch: move support for parsing patch headers into...
2011-12-26 Guido Güntherpq: rename PatchQueue to PatchSeries
2011-12-26 Guido GüntherAdd --[no-]-pbuilder-autoconf
2011-12-26 Guido GüntherUpdate git-pbuilder
2011-12-18 Guido Güntherscripts/pq: handle patches without filename extension
2011-12-18 Guido Güntherscripts/pq: Move patch name handling to separate function
2011-12-17 Guido GüntherDocument changes and release 0.6.0~git20111217 debian/0.6.0_git20111217
2011-12-16 Guido Güntherpq: add --force option to fore recreation of pq branch
2011-12-16 Guido GüntherMove GitRepository into separate submodule
2011-12-16 Guido GüntherMove debian specific functions from GitRepository to...
2011-12-05 Guido Güntherdocs: fix version string
2011-12-02 Guido GüntherDocument changes and release 0.6.0~git20111202 debian/0.6.0_git20111202
2011-11-30 Guido GüntherParse the changelog of the exported tree instead of...
2011-11-30 Guido GüntherRemove unused module
2011-11-28 Guido Güntherbuildpackage.py: move changelog fetching into function
2011-11-28 Guido GüntherAdd ChangeLog class
2011-11-23 Jan ČapekAdditional documentation for postexport hook in the...
2011-11-23 Guido GüntherFix typos
2011-11-22 Guido Güntherbuildpackage: group functions needed for export-dir...
2011-11-22 Guido Güntherbuildpackage: move export of source tree into separate...
2011-11-22 Jan ČapekDocumentation update for --git-postexport, --git-postbu...
2011-11-22 Guido GüntherSupport postexport hooks
2011-11-22 Guido GüntherMove debian related helpers into submodule
2011-11-22 Guido Güntherbuildpackage: move tarball preparation into separate...
2011-11-21 Guido GüntherUse GitArgs in GitRepository.{create,delete}_branch()
2011-11-21 Guido GüntherUse GitArgs in GitRepository.clone()
2011-11-21 Guido Günthergbp-pq: Instead of looking for the signature don't...
2011-11-21 Guido GüntherGitRepository: add signature option to format_patch
2011-11-21 Guido GüntherAdd class to simplify git argument handling
2011-11-21 Guido GüntherFastImport: add test and cleanup api a bit
2011-11-20 Guido GüntherGitRepository: Return GitModifier from get_author_info
2011-11-20 Guido GüntherMove FastImport to separate file
2011-11-20 Guido GüntherMove GitCommit class into separate file
2011-11-20 Guido GüntherMove GitModifier class to separate file
2011-11-20 Guido GüntherMove git code into submodule
2011-11-20 Guido GüntherGitRepository: add auto_name option to clone()
2011-11-07 Guido GüntherGitRepository: add checkout() to checkout a treeish
2011-11-07 Guido GüntherGitRepository: fetch and pull quietly
2011-11-07 Guido GüntherGitRepository: handle case when not on any branch
2011-11-07 Guido GüntherMove gbp/version.py generation into setup.py
2011-11-06 Guido GüntherUpdate .gitignore
2011-11-06 Guido GüntherSwitch to dh
2011-11-06 Guido GüntherMove doc generation to separate Makefile
2011-11-06 Guido GüntherGitRepository.tag(): Always add the '-s' flag
2011-11-06 Guido Günthergbp-pull: massive speedup by just updating the ref
2011-11-06 Guido GüntherGitRepository: fix fetch invocation without repo
2011-11-06 Guido Güntherdebian/rules: invoke pychecker on submodules too
2011-11-06 Guido GüntherFastImport: robustify exception handling
2011-11-06 Guido GüntherConfigure epydoc via setup.cfg
2011-11-06 Guido GüntherUse setuptools to run the tests
2011-11-04 Guido Günthergbp-pq: don't claim we're uptodate
2011-11-01 Guido GüntherUse import_dsc as a module
2011-11-01 Guido GüntherGet rid of the symlink
2011-10-30 Guido GüntherAllow to import Debian packages into bare repositories
2011-10-30 Guido GüntherAllow to import upstream tarballs into bare repositories
2011-10-30 Guido GüntherGitRepository: Use update-ref to force a branch's head...
2011-10-30 Guido GüntherGitRepository: handle bare repos and errors in is_clean()
2011-10-29 Guido GüntherGitRepository: Simplify error status handling
2011-10-29 Guido GüntherFail on epydoc warnings
2011-10-29 Guido GüntherFix epydoc warnings
2011-10-28 Guido GüntherGitRepository: add head property to return the current...
2011-10-28 Guido GüntherGitRepository: simplify is_empty
2011-10-28 Guido GüntherGitModifier: Don't use self.__dict__.update(locals())
2011-10-28 Guido GüntherDocstring fixups
2011-10-28 Guido GüntherGitRepository: rename base_dir to git_dir
2011-10-27 Guido GüntherGitRepository: Don't try to access .git/ in bare repos
2011-10-27 Guido GüntherGitRepository: Reorder into groups
2011-10-27 Guido GüntherAdd tests for non bare clones
2011-10-27 Guido GüntherGitRepository: use 'git show-ref' to check a branch...
2011-10-27 Guido GüntherGitRepository: use branch instead of get_branch
2011-10-27 Guido GüntherGitRepository: speed up get_branch() and make it more...
2011-10-26 Guido GüntherGitRepository: mark _get_branches private
2011-10-26 Guido GüntherGitRrepository: add get_tags()
2011-10-26 Guido Günthertests: Test GitRepository.merge()
next