summaryrefslogtreecommitdiff
path: root/git-dch
AgeCommit message (Expand)Author
2010-12-20Add option to open editorGuido Günther
2010-12-10Fix error detected by pycheckerGuido Günther
2010-12-09Introduce functionsGuido Günther
2010-12-09Add --multimaint support to git-dchRob Browning
2010-12-06Add git-dch --customizations FILE to allow changelog entry customizationRob Browning
2010-12-06Remove unused commit_msg variable from git-dch.Rob Browning
2010-11-25Also allow for 'issue' as bugnumber prefixGuido Günther
2010-11-16Add logging functionsGuido Günther
2010-09-17Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman
2010-08-31Fix exception nameGuido Günther
2010-08-18Check for greater not unequal when looking for a new upstream versionGuido Günther
2010-08-12Guess changelog version number from upstream versionGuido Günther
2010-08-10Check for legacy tags where necessary.Guido Günther
2010-08-10Pass dch_options to all calls of spawn_dchGuido Günther
2010-08-10Support --nmu, --bpo and --qaGuido Günther
2010-08-06Pass --multimaint-merge on to dchGuido Günther
2010-08-02Don't insert a dot if the second line starts with a punctuationGuido Günther
2010-07-23Set author information from git on --release when using --git-authorGuido Günther
2010-07-23Use repo.rev_parseGuido Günther
2010-07-21Terminate the patch description with a dotGuido Günther
2010-06-19Add 'ignore-branch' optionGuido Günther
2010-04-10Add 'Git-Dch: Short' tag to changelog parserGuido Günther
2009-12-23Add body regex filterGuido Günther
2009-12-23There was a second use of parse_commit.Matthijs Kooijman
2009-12-17Add support for a Git-Dch: Ignore metaheader.Matthijs Kooijman
2009-09-15catch config file parse errorsGuido Günther
2009-09-05Add changelog section if current topmost version is already tagged.Guido Günther
2009-09-05catch gbp.deb.NoChangelogErrorGuido Günther
2009-08-23drop superfluous _utils from module namesGuido Günther
2009-08-18trim commit displayGuido Günther
2009-08-15use the last commit in which debian/changelog was touched as starting pointGuido Günther
2009-08-15make parameters for GitRepository.commits() optionalGuido Günther
2009-07-29add --no-force-save-on-releaseGuido Günther
2009-06-12check for snapshot modeGuido Günther
2009-06-09Unconfuse git-dch when commit message starts with "--"Damyan Ivanov
2009-02-26make --[no-]full a config file optionGuido Günther
2009-02-26simplify boolean option handlingGuido Günther
2008-12-29add --no-git-authorGuido Günther
2008-12-29Use name and email from gitRobie Basak
2008-11-28better descriptionsGuido Günther
2008-11-21case insentive matching for "bugnumbers"Guido Günther
2008-11-15too much whitespaceGuido Günther
2008-11-15move common help messages into config.pyGuido Günther
2008-11-15don't require bugnumbers to start with '#'Guido Günther
2008-11-14fix off by oneGuido Günther
2008-11-14gather all invocations of dch in one functionGuido Günther
2008-11-13git-dch: add missing call to escape_commitGuido Günther
2008-11-13Don't include first UNRELEASED lineFelipe Sateler
2008-11-13merge sha and snapshot parameterGuido Günther
2008-09-22more option groupingGuido Guenther