summaryrefslogtreecommitdiffhomepage
path: root/git-dch
Commit message (Collapse)AuthorAge
* 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
|
* eval() the snapshot number calculation so everybody can pass in what he wantsGuido Guenther2007-10-10
|
* make sure the changelog section's trailer points to the person invoking git-dchGuido Guenther2007-10-07
|
* Allow to specify paths to look at: git-dch path1 path2Guido Guenther2007-10-07
| | | | | | Again handy if upstream uses git, simply use: git-dch debian to only have the changes in the debian/ subdir recorded.
* add --git-log to pass options along to git-logGuido Guenther2007-10-07
| | | | | | This can be used for filtering: git-dch --git-log="--author=Guido --author=Otavio" would only select commits by these persons - very handy if upstream also uses git.
* handle versions containing epochsGuido Guenther2007-10-07
|
* don't fail if the commit msg starts with '--'Guido Guenther2007-10-07
|
* add short options for "--snapshot" and "--release"Guido Guenther2007-10-07
|
* --auto: guess last changelogged commit from the snapshot headerGuido Guenther2007-10-07
|
* Add a check for the debian branch instead of always using it as the tipGuido Guenther2007-10-07
|
* add support for automatic snapshot releases as suggested by Ottavio SalvadorGuido Guenther2007-10-06
|
* fix error caseGuido Guenther2007-10-03
|
* don't create a new changelog section if the current package is unreleasedGuido Guenther2007-10-03
|
* add git-dchGuido Guenther2007-09-30