summaryrefslogtreecommitdiff
path: root/git-dch
AgeCommit message (Collapse)Author
2009-02-26make --[no-]full a config file optionGuido Günther
2009-02-26simplify boolean option handlingGuido Günther
2008-12-29add --no-git-authorGuido Günther
2008-12-29Use name and email from gitRobie Basak
Closes: #509867
2008-11-28better descriptionsGuido 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-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-13git-dch: add missing call to escape_commitGuido Günther
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-09-22more option groupingGuido Guenther
2008-09-18wordingGuido Guenther
2008-09-18demangle adding commits and sectionsGuido Guenther
allows to create empty snapshot sections - useful for team maintenance
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser
Closes: #479846
2008-09-07add --new-versionGuido Guenther
2008-09-01"git-commond" vs. "git command" cleanupGuido Guenther
Closes: #497335
2008-08-15allow setting the bug-closing meta tag to look forGuido Guenther
this way we can generate bug-closing entries for different BTSs such as Debian or Launchpad.
2008-07-21split git-log options into a listGuido Guenther
allows to pass multiple arguments to git-log Closes: #479267
2008-07-20escape backticks (`)Guido Guenther
Closes: 491104
2008-07-18--auto and --since are incompatibleGuido Guenther
2008-07-18use option groupsGuido Guenther
2008-06-16escape $s in commit messagesGuido Guenther
so variable names like $remote_fs don't get dropped silently. Closes: #486447
2008-05-16include the commit id in the changelog entryGuido Guenther
2008-05-16pass the whole options aroundGuido Guenther
to avoid lots of function arguments
2008-05-16print default value of --metaGuido Guenther
2008-05-16avoid naming conflictGuido Guenther
2008-05-13avoid extra space before "(Closes: )"Guido Guenther
2008-05-08make --meta a config file optionGuido Guenther
2008-05-04make author parsing more robustGuido Guenther
Closes: #479263
2008-05-04update copyrightGuido Guenther
2008-04-23use --no-auto-nmuGuido Guenther
Otherwise GIT_AUTHORS not in debian/control cause a NMU version number
2008-04-23catch GitRepositoryErrorsGuido Guenther
2008-03-19don't skip meta tags without --forceGuido Guenther
and make sure we have a space after the meta tag
2008-03-14separate multiple bugs by ','Guido Guenther
2008-03-14add --full and --meta optionsGuido Guenther
--full: include the full commit message in the log --meta: handle Closes: and Thanks: tags Closes: #468118
2007-12-15don't start a new changelog section if we found a snapshot header even when ↵Guido Guenther
distribution != UNRELEASED
2007-10-19properly quote "" (Closes: #447211)Guido Guenther
2007-10-19git-dch: use Command() instead of implementing it againGuido Guenther
2007-10-18pyline and other consistency updatesGuido Guenther
2007-10-16print --git-log defaultGuido Guenther
2007-10-11make --git-log a config file optionGuido Guenther
2007-10-11fix option nameGuido Guenther
2007-10-10fix syntax errorGuido Guenther
2007-10-10eval() the snapshot number calculation so everybody can pass in what he wantsGuido Guenther
2007-10-07make sure the changelog section's trailer points to the person invoking git-dchGuido Guenther
2007-10-07Allow to specify paths to look at: git-dch path1 path2Guido Guenther
Again handy if upstream uses git, simply use: git-dch debian to only have the changes in the debian/ subdir recorded.