aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-08-15 12:21:26 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-08-15 14:28:31 +0200
commit037626575b2a085c75cb1c3e2aa7d2977af6a61d (patch)
tree0452ab02d66cea5bd42a109933baad6d51581e6d /docs
parentd1ea39df0e937416bcdbe34f86b98a87716541ca (diff)
document meta-closes
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/git-dch.sgml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml
index 3a395563..883b71e7 100644
--- a/docs/manpages/git-dch.sgml
+++ b/docs/manpages/git-dch.sgml
@@ -30,6 +30,7 @@
<arg><option>--auto</option></arg>
<arg><option>--full</option></arg>
<arg><option>--meta</option></arg>
+ <arg><option>--meta-closes=bug-close-tags</option></arg>
<arg><option>--snapshot-number=</option><replaceable>expression</replaceable></arg>
<arg><option>--git-log=</option><replaceable>git-log-options</replaceable></arg>
<arg choice="plain"><replaceable>[path1 path2]</replaceable></arg>
@@ -109,6 +110,15 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--meta-closes=</option><replaceable>bug-close-tags</replaceable>
+ </term>
+ <listitem>
+ <para>What meta tags to look for to generate bug-closing changelog
+ entries. The default is 'Closes|LP' to support Debian an
+ Launchpad</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--full</option></term>
<listitem>
<para>Include the full commit message in the changelog output</para>