tools/git-buildpackage.git
2013-04-14 Guido GüntherGitRepository: make __build_env a static method
2013-04-14 Guido GüntherSilence git init
2013-04-13 Guido GüntherDocument changes and release 0.6.0~git20130414 debian/0.6.0_git20130414
2013-04-13 Guido GüntherDon't try access source before it's filled
2013-04-13 Guido GüntherDocument changes and release 0.6.0~git20130413
2013-04-13 Guido GüntherAdd gbp.git.source.Source.sourcepkg
2013-04-13 Guido GüntherHonor debian/source/format
2013-04-13 Guido GüntherIntroduce Source class
2013-04-13 Guido GüntherAdd minimal vfs interface
2013-04-13 Guido GüntherUse _git_inout for git.show
2013-04-08 Guido GüntherRevert "GitRepository.show: use _git_inout()"
2013-04-08 Thomas Kochtests: Use tempfile.mkdtemp to create temp dirs for...
2013-04-06 Markus LehtonenGitRepository.show: use _git_inout()
2013-04-06 Markus LehtonenAdd .coveragerc
2013-04-06 Guido GüntherFix typos
2013-04-06 Guido GüntherGenerate coverage xml
2013-04-06 Daniel DehenninAdd urgency management.
2013-04-06 Daniel DehenninAdd option to manage distribution fields for non snapsh...
2013-03-29 Guido GüntherMove DscFile to separate module
2013-03-29 Guido GüntherMove DebianPkgPolicy to separate module
2013-03-29 Daniel DehenninMove debian/changelog manipulation to gbp.deb.changelog...
2013-03-29 Guido GüntherDocument changes and release 0.6.0~git20130329 debian/0.6.0_git20130329
2013-03-29 Daniel Kahn... Include the name of the package being built in the...
2013-03-27 Markus Lehtonentests.test_GitRepository: import and setup gbp.log
2013-03-27 Guido GüntherFix docstring
2013-03-27 Guido GüntherSplit out building a debian version from an upstream...
2013-03-22 Markus LehtonenComponentTestBase: capability to check files of repo
2013-03-22 Markus LehtonenGitArgs: utilize the add() method in other add_X methods
2013-03-22 Markus LehtonenGitRepository/_cmd_has_feature: more intelligent parsing
2013-03-22 Markus Lehtonensetup: possibility to skip nosetest requirements
2013-03-22 Markus Lehtonentests: skip test_Changelog if 'dch' tool is not available
2013-03-22 Markus Lehtonentests/component: pylint fixes
2013-03-22 Markus Lehtonengbp-pull: update tags, too
2013-03-22 Zhang Qiangpackaging: Add man as dependency
2013-03-22 Markus LehtonenComponentTestBase: close streamhandler when stopping...
2013-03-22 Guido GüntherPurging of the build dir should be configurable via...
2013-03-22 Guido GüntherAllow for upper case characters in the upstream version
2013-03-22 Guido GüntherBetter document how one derives from PkgTypes
2013-03-22 Guido GüntherReturn boolean types from is_ methods
2013-03-22 Guido GüntherRemove unused imports
2013-03-14 Guido GüntherDocument changes and release 0.6.0~git20121125 debian/0.6.0_git20130314
2013-03-14 Guido Güntherexamples: fix logging
2013-02-13 Guido GüntherFix typo
2013-02-02 Guido GüntherAdd missing --git-
2013-01-17 Markus Lehtonengbp-pull: fix --depth cmdline option
2013-01-17 Markus Lehtonengbp-clone: fix return value in case of GitRepositoryError
2013-01-16 Markus Lehtonenpq/apply_and_commit_patch: fix date parsing
2013-01-16 Guido GüntherMove over import dsc test from external test suite
2013-01-16 Guido GüntherAdd test data submodule
2013-01-16 Guido GüntherAdd component test initialization
2013-01-16 Markus Lehtonentests.testutils: baseclass for testing commandline...
2013-01-16 Markus Lehtonenbuildpackage: add 'force' option to write_wc()
2013-01-16 Markus Lehtonenpq: do author guessing outside the apply_patch functions
2013-01-16 Markus Lehtonenlog: make color setting a tristate on/off/auto
2012-12-03 Guido GüntherDocument --git-pristine-tar-commit
2012-11-27 Markus LehtonenTristate: drop broken and unused is_valid_state() method
2012-11-27 Markus LehtonenTristate: allow to init from another Tristate object
2012-11-27 Guido GüntherCheck the sha1 doesn't exceed 40 bytes
2012-11-27 Markus LehtonenGitRepository/strip_sha1: fix length checking
2012-11-25 Guido Günthergit-dch: Allow to create changelogs when not on a branch
2012-11-25 Guido Günthergbp-create-remote-repo: Set HEAD in remote repo
2012-11-25 Guido Günthergbp.log: Improve error message on broken color lists
2012-11-25 Markus LehtonenNew configuration option for setting the output color...
2012-11-25 Markus Lehtonenlog: add support for setting the color scheme
2012-11-25 Guido Günthergbp.log: lowercase the levelname
2012-11-25 Markus Lehtonenlog: rewrite the module to use Python logging module
2012-11-25 Guido Günthergbp-pq: Improve patch header write out
2012-11-25 Guido GüntherIgnore rope project files
2012-11-24 Guido GüntherDocument changes and release 0.6.0~git20121124 debian/0.6.0_git20121124
2012-11-24 Guido Günthergit-import-dscs: Properly catch import errors
2012-11-24 Guido GüntherRemove unused imports and adjust formatting
2012-11-24 Guido Günthergbp-pq: don't use plural form when there's only one...
2012-11-24 Markus LehtonenGitRepository/has_submodules: use correct .gitmodules...
2012-11-24 Markus LehtonenGitRepository/get_commit_info: support tags
2012-11-24 Guido GüntherTest gbp.pq.common.write_patch
2012-11-24 Guido GüntherOutput test results in xunit format too
2012-11-23 Markus LehtonenGitRepository/get_submodules: use correct path
2012-11-23 Markus LehtonenGitRepository/get_commits: more flexible revision ranges
2012-11-23 Markus Lehtonenimport-orig: remove dead GbpNothingImported exception
2012-11-23 Markus Lehtonenimport-orig: remove dead if statement
2012-11-23 Guido GüntherAdd sha1 stripping in a single place
2012-11-23 Guido GüntherTest if setting a topic works
2012-11-23 Guido Güntherpq: Allow to pass in custom fucntion to fetch authorshi...
2012-11-23 Guido GüntherTest apply_and_commit_patch
2012-11-23 Guido GüntherUse an absolute path when parsing the control file
2012-11-23 Guido Günthertestutils: create missing directories when adding a...
2012-11-23 Markus Lehtonenpq: fix "no authorship" warning messages
2012-11-23 Markus Lehtonentests: make tests a Python module
2012-11-23 Markus Lehtonennotifications.py: remove unused import
2012-11-23 Markus Lehtonencommand_wrappers: suppress some pylint warnings
2012-11-23 Guido GüntherAdd issing git- prefix to --color and --notify options
2012-11-08 Guido GüntherRemove unused import
2012-11-08 Guido GüntherMinor git-import-orig manpage improvements
2012-11-08 Guido GüntherGbpError accepts an error message
2012-11-08 Guido GüntherAllow to remove the orig tarball symlink
2012-11-07 Markus LehtonenGitRepository/diff: catch git error
2012-11-07 Markus LehtonenGitRepository/diff: add 'paths' argument
2012-11-07 Ed BartoshGitRepository.find_tag: change deprecated _git_getoutpu...
2012-11-07 Markus LehtonenGitRepository: fix merge() for older git versions
2012-11-07 Markus LehtonenGitRepository: implement _cmd_has_feature() method
next