summaryrefslogtreecommitdiff
path: root/git-buildpackage
AgeCommit message (Expand)Author
2009-02-23run git-cleaner with --git-ignore-newGuido Günther
2009-02-23Add --export=WC to export the working copy into export-dir.Guido Günther
2009-02-19export sha1, branch and tagname into the commit hooks environmentGuido Günther
2008-12-28add --no-sign-tagsGuido Günther
2008-11-15move common help messages into config.pyGuido Günther
2008-11-15help option cleanupGuido Günther
2008-11-10use option groupsGuido Günther
2008-10-02Force tarball symlink on second export to build-areaKurt B. Kaiser
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser
2008-09-01"git-commond" vs. "git command" cleanupGuido Guenther
2008-07-21always symlink orig.tar.gz from tarball dirGuido Guenther
2008-07-17print default of export-dirGuido Guenther
2008-06-16don't try to cleanup in case of tag_onlyGuido Guenther
2008-06-12add --git-tag-onlyGuido Guenther
2008-06-03Fix typoGuido Guenther
2008-05-26Try harder to find/build the upstream tarballGuido Guenther
2008-05-08add --git-dont-purge to leave the exported build dir intactGuido Guenther
2008-05-04fix --git-exportGuido Guenther
2008-04-28update copyrightGuido Guenther
2008-04-26make ignore-new a config file optionGuido Guenther
2008-04-24git-export=INDEX exports the index into git-export-dirGuido Guenther
2008-03-01don't fail of the pristine-tar branch doesn't exist (Closes: #468675)Guido Guenther
2008-02-21add pristine-tar support based on a patch from Julian Andres Klode (Closes: #...Guido Guenther
2008-02-08Better dpkg-parsechangelog error reporting (Closes: #460195)Guido Guenther
2007-11-19make sure we don't switch directories during build (Closes: #451550)Guido Guenther
2007-11-05add tarball-dir option losely based on patch from Sjoerd Simons (Closes: #448...Guido Guenther
2007-11-03call gzip with "-n" (Closes: #449094) - thanks to Romain FrancoiseGuido Guenther
2007-10-22use upstream-branch in case the tag doesn't existGuido Guenther
2007-10-19add version number to docs and a toolsGuido Guenther
2007-10-18pyline and other consistency updatesGuido Guenther
2007-10-16add --export-dir and --export (Closes: #446042)Guido Guenther
2007-10-03update vim modelines and remove whitespacesGuido Guenther
2007-08-23introduce --git-no-create-orig to skip building of any orig.tar.gzGuido Guenther
2007-08-20don't hardcode -i\.git -I.git as build argumentsGuido Guenther
2007-06-08print a sensible error message, when a git repository isn't a debian source p...Guido Guenther
2007-04-12improve tagging messagesGuido Guenther
2007-02-11We're parsing the version from the changelog, not a changes fileGuido Guenther
2007-02-11clarify dir argumentGuido Guenther
2007-02-11use GBPError everywhere and move commands from __init__ to command_wrappers.pyGuido Guenther
2007-02-02Allow to specify the tag formatGuido Guenther
2007-01-22add --git-posttag to git-buildpackageGuido Guenther
2007-01-16raise an exception instead of returning 1 from several placesGuido Guenther
2007-01-13fix error message in case the upstream branch doesn't existGuido Guenther
2006-12-26add GitRepository classGuido Guenther
2006-12-22While dpkg-buildpackage's -i argument takes a regexp -I doesn'tGuido Guenther
2006-12-22git-import-orig: improve error message when the upstream branch cannot be found.Guido Guenther
2006-12-21git-buildpackage: add an option (--git-cleaner) that allows to specify a diff...Guido Guenther
2006-12-21make exclusion regexp more specificGuido Guenther
2006-12-13minor fixes all over the placeGuido Guenther
2006-12-11s/keyid/GPG keyid/Guido Guenther