From 2d6b2378fa2382d987d5776a00b5addb653f95ab Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Fri, 14 Mar 2008 20:42:21 +0100 Subject: document --full and --meta --- docs/chapters/releases.sgml | 20 ++++++++++++++++++++ docs/manpages/git-dch.sgml | 16 ++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/docs/chapters/releases.sgml b/docs/chapters/releases.sgml index 1509ae1..4e1874b 100644 --- a/docs/chapters/releases.sgml +++ b/docs/chapters/releases.sgml @@ -78,4 +78,24 @@ You can also add the snapshot-number calculation to gbp.conf + + More on commit messages + You can use to include the full commit + message in the changelog, note that you will lose the formatting though, + since &dch; wraps lines by itself. + Additionally you can use tags to customize the commit message, for + example the git commit message + +New upstream version + +Closes: #1000 +Thanks: cool upstream + + would result in a changelog entry + + * New upstream version (Closes: #1000) - thanks to cool upstream + +You can use multiple tags. + + diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml index 9f1eccb..b9aa16b 100644 --- a/docs/manpages/git-dch.sgml +++ b/docs/manpages/git-dch.sgml @@ -28,6 +28,8 @@ + + expression git-log-options [path1 path2] @@ -98,6 +100,20 @@ snapshot banner (or from the last tag if no snapshot banner exists). + + + + + Parse meta tags like and + . + + + + + + Include the full commit message in the changelog output + + -- cgit v1.2.3