tools/git-buildpackage.git
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()
2011-10-26 Guido GüntherGitRepository: group related methods
2011-10-26 Guido GüntherGather coverage information during tests
2011-10-26 Guido GüntherTurn tests into doctests
2011-10-26 Guido GüntherGitRepository: Add commit_files()
2011-10-26 Guido GüntherGitRepository: extend list_files()
2011-10-26 Guido GüntherGitRepository: Add minimal support for bare repositories
2011-10-26 Guido GüntherGitRepository: Allow to list local branches
2011-10-26 Guido GüntherGitRepository: Allow to delete remote branches
2011-10-26 Guido GüntherGitRepository: Add collect_garbage
2011-10-26 Guido Günthercommand_wrappers.Command: Don't print several error...
2011-10-26 Guido GüntherGitRepository: Rename remove_tag() to delete_tag()
2011-10-26 Guido GüntherFix GitRepository.is_clean() docs
2011-10-26 Guido GüntherDon't be verbose
2011-10-26 Guido GüntherGitRepository: make branch, path and base_dir read...
2011-10-26 Guido GüntherGitRepository.fetch(): fix remote arg
2011-10-26 Guido GüntherAdd GitRepository.add_remote_repo()
2011-10-26 Guido GüntherGitRepository.clone(): add depth and recursive parameter
2011-10-26 Guido GüntherGitRepository: add pull()
2011-10-26 Guido GüntherReplace GitTag by GitRepository.create_tag()
2011-10-24 Guido Günthergbp-pq: Strip .patch and .diff
2011-10-24 Guido Günthergbp-pq: Properly check for start of signature
2011-10-23 Guido GüntherDocument that gbp-create-repo is noninteractive
2011-10-23 Guido GüntherReplace GitFetch by GitRepository.fetch()
2011-10-23 Guido GüntherReplace GitMerge by GitRepository.merge()
2011-10-23 Guido GüntherReplace GitClone by GitRepository.clone()
2011-10-23 Guido GüntherGitRepository.__init__: use more robust "git rev-parse...
next