tools/git-buildpackage.git
2014-11-14 Markus Lehtonenbuildpackage: refactor tarball compression
2014-11-14 Markus Lehtonenbuildpackage/dump_tree: add 'recursive' option
2014-11-14 Markus LehtonenGitRepository.archive: add 'paths' option
2014-11-14 Markus LehtonenGitRepository.archive: drop the '**kwargs' argument
2014-11-14 Markus Lehtonencommon/buildpackage: use GitRepository for submodules
2014-11-14 Markus Lehtonenbuildpackage/dump_tree: use GitRepository.archive()
2014-11-14 Markus Lehtonenbuildpackage/git_archive_single: use GitRepository...
2014-11-14 Markus LehtonenChange compressor cmdline opts in compressor_opts to...
2014-11-14 Markus Lehtonencommon/buildpackage: support for different archive...
2014-11-14 Markus LehtonenGitRepository.archive: support getting tar data as...
2014-11-14 Markus LehtonenGitRepository.__git_inout: prevent blocking of stdin
2014-11-14 Markus LehtonenGitRepository: new method for getting git output as...
2014-11-14 Markus Lehtonendocs: document the --customizations option of gbp dch
2014-11-14 Markus Lehtonendocs: document the --interactive option of gbp-import...
2014-11-14 Markus Lehtonennotifications: make notify() more generic
2014-11-14 Markus Lehtonenpq: make sure we always get a sane author
2014-11-14 Markus Lehtonenpq: deprecate the usage of 'gbp-pq-topic:'
2014-11-14 Markus Lehtonenlog: don't automatically setup gbp-specific logger
2014-11-14 Markus Lehtonentristate: implement __nonzero__() method
2014-11-14 Markus Lehtonenimport-srpm: support --upstream-vcs-tag cmdline option
2014-11-14 Markus Lehtonenrpm tests: disable one anomalous pylint error
2014-11-14 Markus Lehtonentests: add tests for UpstreamSource.guess_version()
2014-11-14 Markus LehtonenUpstreamSource.guess_version: recognise debian native...
2014-11-14 Markus LehtonenComponentTestBase: add dirs argument to _check_repo_state()
2014-11-14 Markus LehtonenComponentTestBase: add ls_tree() method
2014-11-14 Markus LehtonenComponentTestBase: add check_files() method
2014-11-14 Markus LehtonenComponentTestBase: add a per-class toplevel temp dir
2014-11-14 Markus LehtonenComponentTestBase: ignore system and user config
2014-11-14 Markus Lehtonenlog: fix auto colorizing for custom streams
2014-11-14 Markus Lehtonennotify: catch RuntimeError when importing pynotify
2014-11-14 Markus Lehtonengbp-dch: fix handling of the '--meta' option
2014-10-29 Guido GüntherDocument changes and release 0.6.22 debian/0.6.22
2014-10-29 Guido Günthergit.vfs: fix close method
2014-10-17 Guido GüntherDocument changes and release 0.6.21
2014-10-17 Guido GüntherUpdate README a bit
2014-10-17 Guido GüntherComplete setup.py for pypi
2014-10-17 Guido GüntherImprove change reporting a bit
2014-10-17 Guido Güntherman: fix option argument for --git-pbuilder-options
2014-10-14 Guido Güntherpq: Don't fail commit if the series file is empty on...
2014-10-12 Guido GüntherDocument changes and release 0.6.20 debian/0.6.20
2014-10-12 Guido Güntherpq: Add "pq export --commit" option
2014-09-26 Guido Günthermeta-closes: Move help text to GbpOptionParser.help
2014-09-13 Guido Güntherpq: document --drop
2014-09-12 Guido GüntherAllow to always drop pq branch after export
2014-09-07 Guido GüntherDocument changes and release 0.6.19 debian/0.6.19
2014-09-07 Guido GüntherUpdate to git-pbuilder 1.33
2014-09-06 Guido GüntherDocument changes and release 0.6.18 debian/0.6.18
2014-09-01 Guido GüntherMention --no-merge
2014-08-26 Guido GüntherDon't delete *_source.changes on source only builds
2014-08-24 Guido GüntherDocument changes and release 0.6.17 debian/0.6.17
2014-08-24 Guido Güntherbash completion: make command list dynamic
2014-08-23 Guido GüntherUnify doc strings a bit
2014-08-23 Guido GüntherAllow to list all available commands
2014-08-23 Guido Günthergbp: add --version option
2014-08-19 Guido GüntherImprove error messages on formatting errors
2014-08-19 Kamal Mostafabuildpackage: Make debian-tag message configurable
2014-08-11 Bla Faseldch: Only modify the mainttrailer when --git-author...
2014-08-11 Bla FaselUse better variable name
2014-08-10 Bla FaselBrown paper bag, please
2014-08-10 Guido GüntherMake sure we fixup the changelog trailer with newer...
2014-07-28 Guido GüntherDocument changes and release 0.6.16 debian/0.6.16
2014-07-28 Guido GüntherRemove all other log handlers when capturing logs
2014-07-28 Guido GüntherlinkeList: turn the bug printouts to debug level
2014-07-24 Guido GüntherIntroduce git-buildpackage-rpm
2014-07-24 Markus Lehtonenimport-srpm: add 'vendor' config option
2014-07-24 Guido GüntherPass --no-pristine-tar to SRPM compnent tests
2014-07-24 Markus LehtonenIntroduce git-import-srpm tool
2014-07-24 Markus LehtonenAdd gbp specific tempfile module
2014-07-24 Markus LehtonenIntroduce rpm helpers
2014-07-24 Guido GüntherMake pychecker happy
2014-07-24 Markus LehtonenUpstreamSource: move version guessing logic to PkgPolicy
2014-07-24 Markus LehtonenChange UpstreamSource to have PkgPolicy
2014-07-24 Markus LehtonenUpstreamSource.guess_version: don't check for directories
2014-07-24 Markus LehtonenUpstreamSource/guess_version: detect more compression...
2014-07-24 Guido GüntherFix typos
2014-07-24 Markus LehtonenMove get_compression() out of pkg.PkgPolicy class
2014-06-30 Markus Lehtonendocs: document common options in one place
2014-06-30 Markus Lehtonendocs: cosmetic reformat of git-dch manpage sgml source
2014-06-30 Markus Lehtonendocs: cosmetic reformat of pq manpage sgml source
2014-06-30 Markus Lehtonendocs: cosmetic reformat of import-dsc manpage sgml...
2014-06-30 Markus Lehtonendocs: cosmetic reformat of import-orig manpage sgml...
2014-06-30 Markus Lehtonendocs: change option argument names to uppercase in...
2014-06-30 Markus Lehtonendocs: cosmetic reformat of buildpackage manpage sgml...
2014-06-14 Guido Güntherbuildpackage: Also print tag name when tagging the...
2014-06-05 Markus Lehtonendocs: more flexible version parsing in Makefile
2014-06-05 Markus Lehtonendocs: document the --customizations option of gbp dch
2014-06-05 Markus Lehtonendocs: document the --interactive option of gbp-import...
2014-06-05 Markus Lehtonendocs: document the --git-[no-]submodules option
2014-06-05 Markus Lehtonendocs: document the --color-scheme option
2014-06-05 Markus Lehtonendocs: sgml syntax fix, add missing semicolons
2014-06-05 Markus Lehtonendocs: reference buildpackage and pq in the gbp (superco...
2014-06-05 Markus Lehtonendocs: hyperlink references to other manpages
2014-06-05 Markus Lehtonendocs: add some missing commas to manpages
2014-05-24 Guido GüntherDocument changes and release 0.6.15 debian/0.6.15
2014-05-24 Guido GüntherRevert "Determine build_dir upfront"
2014-05-22 Guido GüntherDocument changes and release 0.6.14 debian/0.6.14
2014-05-22 Guido GüntherImprove error reporting on hooks
2014-05-22 Guido GüntherImprove error reporting on failed commands
2014-05-22 Guido GüntherDetermine build_dir upfront
2014-05-19 Guido Güntherpq: Try harder to cleanup after a failed patch
next