diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2012-04-17 22:41:48 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2012-04-18 09:38:04 +0200 |
commit | a43e9b9b2c95fe7f3252fb9c6c3de861c7f8d4a6 (patch) | |
tree | 38a6629da44aa3480ef52382dbc4ff5e6e95e0d5 /docs/chapters/releases.sgml | |
parent | 3b34b2626fa5e87fafb7cf326744927035794932 (diff) |
Git-Dch: Full in commit messages
This new tag makes git-dch use the full commit message when generating
the Debian changelog file, even when --full is not given.
Closes: #669159
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'docs/chapters/releases.sgml')
-rw-r--r-- | docs/chapters/releases.sgml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/chapters/releases.sgml b/docs/chapters/releases.sgml index 9d3bf747..d5cf0871 100644 --- a/docs/chapters/releases.sgml +++ b/docs/chapters/releases.sgml @@ -119,11 +119,19 @@ Git-Dch: Ignore will not show up in the generated changelog in any way. </para> <para> -To only include the short description in the commit and skip the body use: +To include the full commit message in the changelog use: +<screen> +Git-Dch: Full +</screen> +</para> +<para> +To only include the short description in the changelog and skip the body use: <screen> Git-Dch: Short </screen> -This only takes effect when running &git-dch; with the <option>--full</option> option. +The latter only takes effect when running &git-dch; with the +<option>--full</option> option, since including only the short +description is the default. </para> <para> Usually changelog entries should correspond to a single &git; commit. In this case it's |