summaryrefslogtreecommitdiff
path: root/git-dch
AgeCommit message (Expand)AuthorFilesLines
2008-03-19don't skip meta tags without --forceGuido Guenther1-5/+5
2008-03-14separate multiple bugs by ','Guido Guenther1-1/+1
2008-03-14add --full and --meta optionsGuido Guenther1-34/+49
2007-12-15don't start a new changelog section if we found a snapshot header even when d...Guido Guenther1-1/+3
2007-10-19properly quote "" (Closes: #447211)Guido Guenther1-1/+1
2007-10-19git-dch: use Command() instead of implementing it againGuido Guenther1-7/+4
2007-10-18pyline and other consistency updatesGuido Guenther1-12/+14
2007-10-16print --git-log defaultGuido Guenther1-1/+1
2007-10-11make --git-log a config file optionGuido Guenther1-1/+2
2007-10-11fix option nameGuido Guenther1-1/+1
2007-10-10fix syntax errorGuido Guenther1-1/+1
2007-10-10eval() the snapshot number calculation so everybody can pass in what he wantsGuido Guenther1-9/+14
2007-10-07make sure the changelog section's trailer points to the person invoking git-dchGuido Guenther1-0/+7
2007-10-07Allow to specify paths to look at: git-dch path1 path2Guido Guenther1-8/+7
2007-10-07add --git-log to pass options along to git-logGuido Guenther1-3/+4
2007-10-07handle versions containing epochsGuido Guenther1-3/+7
2007-10-07don't fail if the commit msg starts with '--'Guido Guenther1-1/+1
2007-10-07add short options for "--snapshot" and "--release"Guido Guenther1-2/+2
2007-10-07--auto: guess last changelogged commit from the snapshot headerGuido Guenther1-3/+22
2007-10-07Add a check for the debian branch instead of always using it as the tipGuido Guenther1-8/+14
2007-10-06add support for automatic snapshot releases as suggested by Ottavio SalvadorGuido Guenther1-14/+108
2007-10-03fix error caseGuido Guenther1-1/+2
2007-10-03don't create a new changelog section if the current package is unreleasedGuido Guenther1-20/+25
2007-09-30add git-dchGuido Guenther1-0/+129