summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-26make --export a config file optionGuido Günther
2009-02-26Pass "-d" to debuild when run as cleaner.Guido Günther
This way build-deps don't have to be fulfilled in the source tree but only in the build tree. Closes: #516876
2009-02-26fix for remote repos containing '.'Guido Günther
2009-02-23document changes and release 0.4.48Guido Günther
2009-02-23run git-cleaner with --git-ignore-newGuido Günther
Makes running with and without --git-ignore-new more consistent.
2009-02-23Add --export=WC to export the working copy into export-dir.Guido Günther
Closes: #509138
2009-02-22add gbp-posttag-push exampleGuido Günther
2009-02-20rename git-pbuilder to gbp-pbuilderGuido Günther
so we don't pollute the git- namespace with our helpers.
2009-02-20typoGuido Günther
2009-02-20add --git-dont-purge to the manualGuido Günther
2009-02-20add --git-export=INDEX to the manualGuido Günther
2009-02-19document changes and release 0.4.47Guido Günther
2009-02-19document exported env varsGuido Günther
and add example posttag hook
2009-02-19export sha1, branch and tagname into the commit hooks environmentGuido Günther
this makes it possible to push out that specific tag only.
2009-02-19add GitRepository.rev_parseGuido Günther
2009-01-29fix VCS-Browser URLGuido Günther
2009-01-23document changes and release 0.4.46Guido Günther
2009-01-23handle dpkg-parsechangelog errorsGuido Günther
Closes: #512765
2009-01-07typo in docs/manpages/git-dch.sgmlJonathan Wiltshire
Closes: 511096
2009-01-06documentation typoDietmar Winkler
2009-01-02add Vcs-BrowserGuido Günther
2009-01-02fix typosGuido Günther
Closes: #510479 Thanks: Jonathan Wiltshire
2009-01-01document changes and release 0.4.45Guido Günther
2009-01-01add --no-sign-tags to git-import-{dsc,orig}Guido Günther
Closes: #508889
2008-12-29add --no-git-authorGuido Günther
2008-12-29document --no-sign-tagsGuido Günther
2008-12-29Use name and email from gitRobie Basak
Closes: #509867
2008-12-29document changes and release 0.4.44Guido Günther
2008-12-28add --no-sign-tagsGuido Günther
Closes: #508889
2008-12-28add support for --foo and --no-foo optionsGuido Günther
by looking add at foo and no-foo config file defaults.
2008-11-28better descriptionsGuido Günther
2008-11-23require python 2.5Guido Günther
2008-11-22allow to import into empty repositoriesGuido Günther
this makes git-import-dsc's behaviour finally consistent with git-import-orig Closes: #500458 Closes: #504075
2008-11-22add GitRepository.is_empty and create_repo helpersGuido Günther
2008-11-22rename GitInitDB to GitInitGuido Günther
2008-11-21typoGuido Günther
2008-11-21case insentive matching for "bugnumbers"Guido Günther
since they can contain "Bug"
2008-11-15too much whitespaceGuido Günther
2008-11-15move common help messages into config.pyGuido Günther
2008-11-15don't require bugnumbers to start with '#'Guido Günther
use the regex from Debian policy instead
2008-11-15help option cleanupGuido Günther
Closes: #505787
2008-11-14document changes and release 0.4.43Guido Günther
2008-11-14fix off by oneGuido Günther
introduced by not counting first_commit when creating a new header
2008-11-14gather all invocations of dch in one functionGuido Günther
fixes dch failures due to missing quotes introduced by [7f24b98]
2008-11-13document changes and release 0.4.42Guido Günther
2008-11-13git-dch: add missing call to escape_commitGuido Günther
2008-11-13Don't fail on symlink creationGuido Günther
iff the symlink already points to the correct target. This way it doesn't make a difference if one points git-import-orig to the file downloaded via uscan or to the symlink created by uscan. Closes: #502565
2008-11-13Don't include first UNRELEASED lineFelipe Sateler
There's not much point in keeping this line when either doing a release or when having a snapshot header (nor does it help much if one invokes git-dch without options). Closes: #505400
2008-11-13merge sha and snapshot parameterGuido Günther
2008-11-10use option groupsGuido Günther