aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2010-12-20 15:51:22 +0100
committerGuido Günther <agx@sigxcpu.org>2010-12-20 15:55:18 +0100
commit2c94f9d4d2ef62c23b90f0a446d438beb87b6ba0 (patch)
tree5c96614ca69161c523124d50854d32d41a51773c /docs/manpages
parent29feba8882bda6f52a88673a8ff8778716a347fe (diff)
Add option to open editor
Closes: #565553
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>