summaryrefslogtreecommitdiff
path: root/git-dch
AgeCommit message (Expand)AuthorFilesLines
2008-12-29add --no-git-authorGuido Günther1-0/+1
2008-12-29Use name and email from gitRobie Basak1-3/+12
2008-11-28better descriptionsGuido Günther1-1/+1
2008-11-21case insentive matching for "bugnumbers"Guido Günther1-3/+3
2008-11-15too much whitespaceGuido Günther1-2/+0
2008-11-15move common help messages into config.pyGuido Günther1-6/+3
2008-11-15don't require bugnumbers to start with '#'Guido Günther1-5/+6
2008-11-14fix off by oneGuido Günther1-1/+2
2008-11-14gather all invocations of dch in one functionGuido Günther1-17/+31
2008-11-13git-dch: add missing call to escape_commitGuido Günther1-2/+4
2008-11-13Don't include first UNRELEASED lineFelipe Sateler1-3/+16
2008-11-13merge sha and snapshot parameterGuido Günther1-9/+15
2008-09-22more option groupingGuido Guenther1-4/+6
2008-09-18wordingGuido Guenther1-1/+1
2008-09-18demangle adding commits and sectionsGuido Guenther1-7/+18
2008-09-18Don't buffer stdout; let git-bp messages print in-lineKurt B. Kaiser1-1/+1
2008-09-07add --new-versionGuido Guenther1-3/+11
2008-09-01"git-commond" vs. "git command" cleanupGuido Guenther1-1/+1
2008-08-15allow setting the bug-closing meta tag to look forGuido Guenther1-6/+16
2008-07-21split git-log options into a listGuido Guenther1-1/+1
2008-07-20escape backticks (`)Guido Guenther1-1/+1
2008-07-18--auto and --since are incompatibleGuido Guenther1-1/+4
2008-07-18use option groupsGuido Guenther1-12/+20
2008-06-16escape $s in commit messagesGuido Guenther1-1/+5
2008-05-16include the commit id in the changelog entryGuido Guenther1-0/+5
2008-05-16pass the whole options aroundGuido Guenther1-6/+6
2008-05-16print default value of --metaGuido Guenther1-1/+1
2008-05-16avoid naming conflictGuido Guenther1-2/+6
2008-05-13avoid extra space before "(Closes: )"Guido Guenther1-1/+1
2008-05-08make --meta a config file optionGuido Guenther1-4/+2
2008-05-04make author parsing more robustGuido Guenther1-14/+19
2008-05-04update copyrightGuido Guenther1-1/+1
2008-04-23use --no-auto-nmuGuido Guenther1-2/+2
2008-04-23catch GitRepositoryErrorsGuido Guenther1-1/+1
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