summaryrefslogtreecommitdiff
path: root/git-dch
AgeCommit message (Expand)AuthorFilesLines
2011-01-08git-dch: don't add empty changelog entries with "Git-Dch: Ignore"Guido Günther1-2/+2
2011-01-08Use tristate option for --color=valueGuido Günther1-1/+1
2010-12-28pychecker warning cleanupsGuido Günther1-6/+4
2010-12-20Add option to open editorGuido Günther1-0/+20
2010-12-10Fix error detected by pycheckerGuido Günther1-2/+2
2010-12-09Introduce functionsGuido Günther1-20/+29
2010-12-09Add --multimaint support to git-dchRob Browning1-0/+6
2010-12-06Add git-dch --customizations FILE to allow changelog entry customizationRob Browning1-96/+47
2010-12-06Remove unused commit_msg variable from git-dch.Rob Browning1-1/+0
2010-11-25Also allow for 'issue' as bugnumber prefixGuido Günther1-1/+1
2010-11-16Add logging functionsGuido Günther1-16/+14
2010-09-17Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman1-2/+2
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