aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-dch
Commit message (Collapse)AuthorAge
...
* 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