tools/git-buildpackage.git
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
2011-09-28 Guido GüntherDocument changes and release 0.5.31 debian/0.5.31
2011-09-27 Guido Günthergbp-pq: don't fail on missing series file
2011-09-26 Guido GüntherAdd missing brace
2011-09-26 Guido GüntherAdd missing brace
2011-09-02 Salvatore BonaccorsoFix URL to cl2vcs service
2011-08-26 Guido GüntherAdd docstring
2011-08-23 Guido GüntherFix pristine-tar error message
2011-08-10 Guido GüntherDocument changes and release 0.5.30 debian/0.5.30
2011-08-10 Guido Günthergbp-pq: Use latest patches with --time-machine
2011-08-09 Guido GüntherFix missing branch name in error message
2011-08-09 Guido GüntherIgnore comments and empty lines in series files
2011-08-09 Guido GüntherLeave compression type detection to tar by default
2011-08-09 Guido GüntherAdd known_compressions() to UpstreamSource
2011-08-08 Guido GüntherDocument meta tags
2011-07-30 Guido Güntherdoc: epydoc updates
2011-07-30 Guido GüntherDocument changes and release 0.5.29 debian/0.5.29
2011-07-30 Guido GüntherDocument --time-machine option
2011-07-30 Guido Günthergbp-pq: add --time-mache=N option
2011-07-30 Guido GüntherDon't return commits in a different order than git-log
2011-07-30 Guido Günthergbp.git.GitRepository: Add first_parent option to commits()
2011-07-30 Guido GüntherEpydoc indentation
2011-07-30 Guido GüntherBuild epydoc API documents by default
2011-07-30 Guido GüntherRobustify gbp.git.commits()
2011-07-30 Guido Günthergbp-pq: Drop GitBranch in favour of repo.create_branch()
2011-07-29 Guido GüntherAdd copyright headers to all non autogenerated files
2011-07-29 Guido GüntherMove GbpPatchQueue and GbpPatch into gbp.pq
2011-07-29 Guido GüntherDocument changes and release 0.5.28 debian/0.5.28
2011-07-29 Guido GüntherFix some epydoc warnings
2011-07-29 Guido GüntherSplit out GbpPatchQueue and GbpPatch
2011-07-29 Guido GüntherAdd strip option to GitRepository.apply
2011-07-29 Guido GüntherBetter document --git-upstream-tree
2011-07-29 Guido GüntherReport errors reading the patch file
2011-07-27 Guido GüntherBe less picky about empty filters
next