aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/git-dch.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manpages/git-dch.sgml b/docs/manpages/git-dch.sgml
index 5b64e196..b175d9a1 100644
--- a/docs/manpages/git-dch.sgml
+++ b/docs/manpages/git-dch.sgml
@@ -36,6 +36,7 @@
<arg><option>--git-log=</option><replaceable>git-log-options</replaceable></arg>
<arg><option>--[no-]git-author</option></arg>
<arg><option>--[no-]multimaint-merge</option></arg>
+ <arg><option>--spawn-editor=[always|snapshot|release]</option></arg>
<arg choice="plain"><replaceable>[path1 path2]</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -212,6 +213,14 @@
<para>Merge commits by maintainer.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--spawn-editor=<replaceable>[always|snapshot|release]</replaceable></option>
+ </term>
+ <listitem>
+ <para>Whether to spawn an editor: always, when doing snapshots or
+ when doing a release.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect1>
<refsect1>