tools/git-buildpackage.git
2016-01-27 Markus Lehtonengbp-pull: similar update strategy for all branches
2016-01-27 Markus Lehtonengbp-pull: implement --all cmdline option
2016-01-27 Markus Lehtonencommon/pq: support more flexible pq-branch naming
2016-01-27 Markus Lehtonengbp-pq: readiness to configure the pq branch name
2016-01-27 Markus LehtonenUniversal configurable base tmpdir for all gbp tools
2016-01-27 Markus Lehtonenbuildpackage: implement --[no-]build cmdline option
2016-01-27 Markus Lehtonenbuildpackage: fix exporting of working copy when run...
2016-01-27 Markus Lehtonenbuildpackage: new "working copy" choices for --git...
2016-01-27 Markus Lehtonenbuildpackage: add 'untracked' option to write_wc()
2016-01-27 Markus LehtonenGitRepository/add_files: add new option 'untracked'
2016-01-27 Markus Lehtonenconfig: support for per-tree config files
2016-01-27 Markus Lehtonenconfig: read the right config if run from subdir
2016-01-27 Markus Lehtonentests/testutils: add directories arg to ls_* functions
2016-01-27 Markus Lehtonentests.testutils: add ls_zip() helper
2016-01-27 Markus Lehtonenimport-orig: rework sourcecode preparation and filtering
2016-01-27 Markus Lehtonenimport-orig: new function for filtering/re-packing...
2016-01-27 Markus LehtonenUpstreamSource.unpack: return UpstreamSource instance
2016-01-27 Markus LehtonenUpstreamSource.pack: reuse unpacked dir if no filter...
2016-01-27 Markus LehtonenUpstreamSource: implement prefix guessing
2016-01-27 Markus LehtonenUpstreamSource: check that the sources exist
2016-01-27 Markus Lehtonentests: test find_source() with unittest
2016-01-27 Markus LehtonenUpstreamSource: store the absolute path
2016-01-27 Markus LehtonenUpstreamSource: move version guessing logic to PkgPolicy
2016-01-27 Markus LehtonenUpstreamSource: introduce is_tarball() method
2016-01-27 Markus LehtonenUpstreamSource: add 'archive_fmt' and 'compression...
2016-01-27 Markus LehtonenIntroduce PkgPolicy.is_valid_orig_archive()
2016-01-27 Markus LehtonenUpstreamSource.pack: support prefix mangling
2016-01-27 Markus Lehtonenimport-orig: move repacked_tarball_name() out from...
2016-01-27 Markus Lehtonenimport-orig: simplify repack_source() and tmpdir handling
2016-01-27 Markus Lehtonenimport-orig: implement --create-missing-branches option
2016-01-27 Markus Lehtonendocs: enable building html docs with docbook2html
2016-01-27 Markus LehtonenGitRepository: add diff_status method
2016-01-27 Ed Bartoshgbp.git: Reimplement rfc822 date parsing without dateutil
2016-01-27 Markus Lehtonenpq/parse_gbp_commands: return non-matched lines
2016-01-27 Markus LehtonenGitRepository.add_files: consistently update ALL tracke...
2016-01-27 Markus LehtonenGitRepository.add_files: use GitArgs
2016-01-27 Markus LehtonenGitRepository: allow repo inititialization from subdir
2016-01-27 Ed BartoshGitRepository: Implement status method
2016-01-27 Markus LehtonenGitRepository: raise GitRepositoryError instead of...
2016-01-27 Markus LehtonenGitRepository/rev_parse: use _git_inout()
2016-01-27 Markus LehtonenGitRepository/git_command: strip stderr output in case...
2016-01-27 Markus LehtonenGitRepository/has_submodules: add treeish argument
2016-01-27 Markus LehtonenGitRepository.create_branch: add 'force' option
2016-01-27 Markus LehtonenGitRepository.commit_files: add edit argument
2016-01-27 Markus LehtonenGitRepository.commit_all: add committer_info argument
2016-01-27 Markus LehtonenGitRepository.commit_files: add committer_info argument
2016-01-27 Markus LehtonenGbpOptionParser: allow using the default 'dest' attribute
2016-01-27 Markus LehtonenGitRepository: implement create_tree method
2016-01-27 Markus LehtonenGitRepository: fix the 'edit' mode in commit methods
2016-01-27 Markus LehtonenGitRepository: allow interactive commands
2016-01-27 Markus Lehtonenbuildpackage: refactor tarball compression
2016-01-26 Markus Lehtonenbuildpackage/dump_tree: add 'recursive' option
2016-01-26 Markus LehtonenGitRepository.archive: add 'paths' option
2016-01-26 Markus LehtonenGitRepository.archive: drop the '**kwargs' argument
2016-01-26 Markus Lehtonencommon/buildpackage: use GitRepository for submodules
2016-01-26 Markus Lehtonenbuildpackage/dump_tree: use GitRepository.archive()
2016-01-26 Markus Lehtonenbuildpackage/git_archive_single: use GitRepository...
2016-01-26 Markus LehtonenChange compressor cmdline opts in compressor_opts to...
2016-01-26 Markus Lehtonencommon/buildpackage: support for different archive...
2016-01-26 Markus Lehtonendocs: document the --customizations option of gbp dch
2016-01-26 Markus Lehtonendocs: document the --interactive option of gbp-import...
2016-01-26 Markus Lehtonennotifications: make notify() more generic
2016-01-26 Markus Lehtonenpq: make sure we always get a sane author
2016-01-26 Markus Lehtonenpq: deprecate the usage of 'gbp-pq-topic:'
2016-01-26 Markus Lehtonenlog: don't automatically setup gbp-specific logger
2016-01-26 Markus Lehtonenimport-srpm: support --upstream-vcs-tag cmdline option
2016-01-26 Markus Lehtonentests: add tests for UpstreamSource.guess_version()
2016-01-26 Markus LehtonenUpstreamSource.guess_version: recognise debian native...
2016-01-26 Markus LehtonenComponentTestBase: add dirs argument to _check_repo_state()
2016-01-26 Markus LehtonenComponentTestBase: add ls_tree() method
2016-01-26 Markus LehtonenComponentTestBase: add check_files() method
2016-01-26 Markus LehtonenComponentTestBase: add a per-class toplevel temp dir
2016-01-26 Markus LehtonenComponentTestBase: ignore system and user config
2016-01-26 Markus Lehtonenlog: fix auto colorizing for custom streams
2016-01-26 Markus Lehtonennotify: catch RuntimeError when importing pynotify
2016-01-26 Markus Lehtonengbp-dch: fix handling of the '--meta' option
2016-01-26 Guido GüntherDocument changes and release 0.6.22
2016-01-26 Guido Günthergit.vfs: fix close method
2016-01-26 Guido GüntherDocument changes and release 0.6.21
2016-01-26 Guido GüntherUpdate README a bit
2016-01-26 Guido GüntherComplete setup.py for pypi
2016-01-26 Guido GüntherImprove change reporting a bit
2016-01-26 Guido Güntherman: fix option argument for --git-pbuilder-options
2016-01-26 Guido Güntherpq: Don't fail commit if the series file is empty on...
2016-01-26 Guido GüntherDocument changes and release 0.6.20
2016-01-26 Guido Güntherpq: Add "pq export --commit" option
2016-01-26 Guido Günthermeta-closes: Move help text to GbpOptionParser.help
2016-01-26 Guido Güntherpq: document --drop
2016-01-26 Guido GüntherAllow to always drop pq branch after export
2016-01-26 Guido GüntherDocument changes and release 0.6.19
2016-01-26 Guido GüntherUpdate to git-pbuilder 1.33
2016-01-26 Guido GüntherDocument changes and release 0.6.18
2016-01-26 Guido GüntherMention --no-merge
2016-01-26 Guido GüntherDon't delete *_source.changes on source only builds
2016-01-26 Guido GüntherDocument changes and release 0.6.17
2016-01-26 Guido Güntherbash completion: make command list dynamic
2016-01-26 Guido GüntherUnify doc strings a bit
2016-01-26 Guido GüntherAllow to list all available commands
2016-01-26 Guido Günthergbp: add --version option
2016-01-26 Guido GüntherImprove error messages on formatting errors
next