summaryrefslogtreecommitdiff
path: root/docs/chapters
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-01-22 21:37:43 +0100
committerGuido Günther <agx@sigxcpu.org>2015-01-22 22:40:09 +0100
commit644c97f37ce91d464988eddc5f60624a06ff8e73 (patch)
treed30dce7b94057fdb1fd9c1f366d27d9595622c31 /docs/chapters
parent428e8957efc79f4db8dd62b131242dde89d5a72a (diff)
dch: Support Gbp-Dch: besides Git-Dch:
Diffstat (limited to 'docs/chapters')
-rw-r--r--docs/chapters/releases.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/chapters/releases.sgml b/docs/chapters/releases.sgml
index abc08fd..64ad206 100644
--- a/docs/chapters/releases.sgml
+++ b/docs/chapters/releases.sgml
@@ -106,7 +106,7 @@ included into the changelog:
To exclude a commit from the generated changelog use:
</para><para>
<screen>
-Git-Dch: Ignore
+Gbp-Dch: Ignore
</screen>
This is e.g. useful if you're just fixing up a previous commit and couldn't
ammend it or for other janitorial commits that really don't need to end up in
@@ -114,20 +114,20 @@ the changelog. For example, the following git commit message
<screen>
Set correct branchnames in debian/gbp.conf
-Git-Dch: Ignore
+Gbp-Dch: Ignore
</screen>
will not show up in the generated changelog in any way.
</para>
<para>
To include the full commit message in the changelog use:
<screen>
-Git-Dch: Full
+Gbp-Dch: Full
</screen>
</para>
<para>
To only include the short description in the changelog and skip the body use:
<screen>
-Git-Dch: Short
+Gbp-Dch: Short
</screen>
The latter only takes effect when running &gbp-dch; with the
<option>--full</option> option, since including only the short