aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/manpages/git-import-orig.sgml
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2010-02-05 12:57:48 +0100
committerGuido Günther <agx@sigxcpu.org>2010-02-05 17:41:24 +0100
commit2874c2331c7d24eac5f38febe3a38964ed7dac42 (patch)
tree10c6a03bd7af54d5873ff07199d702d4346a126c /docs/manpages/git-import-orig.sgml
parent46544253084cb31ebcbec4bf969c99215cca10a7 (diff)
Make the commit message for upstream imports configurable.
This adds the import-msg commandline and configuration file option to change the commit message. Closes: #474457
Diffstat (limited to 'docs/manpages/git-import-orig.sgml')
-rw-r--r--docs/manpages/git-import-orig.sgml9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/manpages/git-import-orig.sgml b/docs/manpages/git-import-orig.sgml
index 84811b48..102f3831 100644
--- a/docs/manpages/git-import-orig.sgml
+++ b/docs/manpages/git-import-orig.sgml
@@ -119,6 +119,15 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--import-msg=</option><replaceable>msg-format</replaceable>
+ </term>
+ <listitem>
+ <para>use this format string for the commit message when
+ importing upstream versions, default is <replaceable>Imported
+ Upstream version %(version)s</replaceable></para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--filter=</option><replaceable>pattern</replaceable>
</term>
<listitem>