aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-dch
Commit message (Collapse)AuthorAge
* add --no-force-save-on-releaseGuido Günther2009-07-29
| | | | | so dch saves the changlog even when there are no changes so we don't end up with UNRELEASED when passing -R.
* check for snapshot modeGuido Günther2009-06-12
| | | | | | | when checking if we need to add a new section. Closes: #532583 Thanks: Ove Kaaven for sorting this out
* Unconfuse git-dch when commit message starts with "--"Damyan Ivanov2009-06-09
| | | | Closes: #531985
* make --[no-]full a config file optionGuido Günther2009-02-26
|
* simplify boolean option handlingGuido Günther2009-02-26
|
* add --no-git-authorGuido Günther2008-12-29
|
* Use name and email from gitRobie Basak2008-12-29
| | | | Closes: #509867
* better descriptionsGuido Günther2008-11-28
|
* case insentive matching for "bugnumbers"Guido Günther2008-11-21
| | | | since they can contain "Bug"
* too much whitespaceGuido Günther2008-11-15
|
* move common help messages into config.pyGuido Günther2008-11-15
|
* don't require bugnumbers to start with '#'Guido Günther2008-11-15
| | | | use the regex from Debian policy instead
* fix off by oneGuido Günther2008-11-14
| | | | introduced by not counting first_commit when creating a new header
* gather all invocations of dch in one functionGuido Günther2008-11-14
| | | | fixes dch failures due to missing quotes introduced by [7f24b98]
* git-dch: add missing call to escape_commitGuido Günther2008-11-13
|
* Don't include first UNRELEASED lineFelipe Sateler2008-11-13
| | | | | | | | 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
* merge sha and snapshot parameterGuido Günther2008-11-13
|
* more option groupingGuido Guenther2008-09-22
|
* wordingGuido Guenther2008-09-18
|
* demangle adding commits and sectionsGuido Guenther2008-09-18
| | | | allows to create empty snapshot sections - useful for team maintenance
* Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser2008-09-18
| | | | Closes: #479846
* add --new-versionGuido Guenther2008-09-07
|
* "git-commond" vs. "git command" cleanupGuido Guenther2008-09-01
| | | | Closes: #497335
* allow setting the bug-closing meta tag to look forGuido Guenther2008-08-15
| | | | | this way we can generate bug-closing entries for different BTSs such as Debian or Launchpad.
* split git-log options into a listGuido Guenther2008-07-21
| | | | | allows to pass multiple arguments to git-log Closes: #479267
* escape backticks (`)Guido Guenther2008-07-20
| | | | Closes: 491104
* --auto and --since are incompatibleGuido Guenther2008-07-18
|
* use option groupsGuido Guenther2008-07-18
|
* escape $s in commit messagesGuido Guenther2008-06-16
| | | | | | so variable names like $remote_fs don't get dropped silently. Closes: #486447
* include the commit id in the changelog entryGuido Guenther2008-05-16
|
* pass the whole options aroundGuido Guenther2008-05-16
| | | | to avoid lots of function arguments
* print default value of --metaGuido Guenther2008-05-16
|
* avoid naming conflictGuido Guenther2008-05-16
|
* avoid extra space before "(Closes: )"Guido Guenther2008-05-13
|
* make --meta a config file optionGuido Guenther2008-05-08
|
* make author parsing more robustGuido Guenther2008-05-04
| | | | Closes: #479263
* update copyrightGuido Guenther2008-05-04
|
* use --no-auto-nmuGuido Guenther2008-04-23
| | | | Otherwise GIT_AUTHORS not in debian/control cause a NMU version number
* catch GitRepositoryErrorsGuido Guenther2008-04-23
|
* don't skip meta tags without --forceGuido Guenther2008-03-19
| | | | and make sure we have a space after the meta tag
* separate multiple bugs by ','Guido Guenther2008-03-14
|
* add --full and --meta optionsGuido Guenther2008-03-14
| | | | | | | --full: include the full commit message in the log --meta: handle Closes: and Thanks: tags Closes: #468118
* don't start a new changelog section if we found a snapshot header even when ↵Guido Guenther2007-12-15
| | | | distribution != UNRELEASED
* properly quote "" (Closes: #447211)Guido Guenther2007-10-19
|
* git-dch: use Command() instead of implementing it againGuido Guenther2007-10-19
|
* pyline and other consistency updatesGuido Guenther2007-10-18
|
* print --git-log defaultGuido Guenther2007-10-16
|
* make --git-log a config file optionGuido Guenther2007-10-11
|
* fix option nameGuido Guenther2007-10-11
|
* fix syntax errorGuido Guenther2007-10-10
|