From 877166c2d4f8509628d1090ca64f165a765befd7 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 29 Jun 2010 17:42:21 +0200 Subject: Don't document Git-Dch: twice Closes: #587456 Thanks: Matthijs Kooijman --- docs/chapters/releases.sgml | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) (limited to 'docs') diff --git a/docs/chapters/releases.sgml b/docs/chapters/releases.sgml index b3b46db3..c5d2579c 100644 --- a/docs/chapters/releases.sgml +++ b/docs/chapters/releases.sgml @@ -108,9 +108,15 @@ To exclude a commit from the generated changelog use: Git-Dch: Ignore This is e.g. useful if you're just fixing up a previous commit and couldn't -ammend it. - +ammend it or for other janitorial commits that really don't need to end up in +the changelog. For example, the following git commit message + +Set correct branchnames in debian/gbp.conf +Git-Dch: Ignore + +will not show up in the generated changelog in any way. + To only include the short description in the commit and skip the body use: @@ -136,23 +142,5 @@ via &git-dch;'s option. Using This makes it much easier to see which commit actually fixed bug #1000. - -Finally, there is the header that can -currently only be set to (or omitted). When this -header is set to , the commit message is -completely ignored and will not be included in the changelog at all. -This is useful for janitorial commits or other commits that really don't -need to end up in the changelog. - - -For example, the following git commit message - -Set correct branchnames in debian/gbp.conf - -Git-Dch: Ignore - -will not show up in the generated changelog in any way. - - -- cgit v1.2.3