tools/git-buildpackage.git
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...
2011-10-23 Guido GüntherReplace GitBranch by GitRepository.create_branch()
2011-10-23 Guido GüntherGitRepository: add commit and commit_all
2011-10-23 Guido Günthergit: Add GitModifier
2011-10-23 Guido GüntherGitRepository: rename commits to get_commits
2011-10-23 Guido Günthergit: Docstring updates
2011-10-22 Guido GüntherGitRepository.__init__: improve error message
2011-10-22 Guido GüntherGitRepository: remove now superfluous check_path
2011-10-22 Guido GüntherUse GitRepository._git_command instead of GitCommand
2011-10-22 Guido GüntherExecute GitRepository._get_output default at self.path...
2011-10-22 Guido GüntherAdd GitRepository.remove_files
2011-10-22 Guido GüntherReplace GitAdd by GitRepository.add_files
2011-10-22 Guido GüntherExecute GitRepository.__git_inout and self.path
2011-10-22 Guido GüntherMake create_repo a @classmethod
2011-10-21 Guido GüntherAdd _git_command that executes a command at the repo...
2011-10-21 Guido GüntherAdd cwd option to gbp.command_wrappers.Command
2011-10-17 Guido GüntherDocument changes and release 0.5.32 debian/0.5.32
2011-10-16 Guido GüntherMake sure self.config['filter'] is a list
2011-10-16 Guido GüntherMove guess_upstream_version into UpstreamSource
2011-10-16 Guido GüntherUse known_compressions in guess_upstream_version too
next