summaryrefslogtreecommitdiff
path: root/git-dch
AgeCommit message (Expand)AuthorFilesLines
2010-08-31Fix exception nameGuido Günther1-1/+1
2010-08-18Check for greater not unequal when looking for a new upstream versionGuido Günther1-1/+1
2010-08-12Guess changelog version number from upstream versionGuido Günther1-5/+28
2010-08-10Check for legacy tags where necessary.Guido Günther1-3/+4
2010-08-10Pass dch_options to all calls of spawn_dchGuido Günther1-11/+16
2010-08-10Support --nmu, --bpo and --qaGuido Günther1-9/+28
2010-08-06Pass --multimaint-merge on to dchGuido Günther1-5/+23
2010-08-02Don't insert a dot if the second line starts with a punctuationGuido Günther1-1/+2
2010-07-23Set author information from git on --release when using --git-authorGuido Günther1-8/+15
2010-07-23Use repo.rev_parseGuido Günther1-8/+6
2010-07-21Terminate the patch description with a dotGuido Günther1-1/+21
2010-06-19Add 'ignore-branch' optionGuido Günther1-2/+3
2010-04-10Add 'Git-Dch: Short' tag to changelog parserGuido Günther1-0/+2
2009-12-23Add body regex filterGuido Günther1-1/+10
2009-12-23There was a second use of parse_commit.Matthijs Kooijman1-28/+30
2009-12-17Add support for a Git-Dch: Ignore metaheader.Matthijs Kooijman1-2/+10
2009-09-15catch config file parse errorsGuido Günther1-5/+10
2009-09-05Add changelog section if current topmost version is already tagged.Guido Günther1-3/+15
2009-09-05catch gbp.deb.NoChangelogErrorGuido Günther1-2/+2
2009-08-23drop superfluous _utils from module namesGuido Günther1-2/+2
2009-08-18trim commit displayGuido Günther1-1/+1
2009-08-15use the last commit in which debian/changelog was touched as starting pointGuido Günther1-3/+6
2009-08-15make parameters for GitRepository.commits() optionalGuido Günther1-1/+2
2009-07-29add --no-force-save-on-releaseGuido Günther1-1/+1
2009-06-12check for snapshot modeGuido Günther1-2/+5
2009-06-09Unconfuse git-dch when commit message starts with "--"Damyan Ivanov1-1/+1
2009-02-26make --[no-]full a config file optionGuido Günther1-5/+3
2009-02-26simplify boolean option handlingGuido Günther1-2/+1
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