summaryrefslogtreecommitdiffstats
path: root/git-svn.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-19 13:10:12 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-19 13:10:12 -0700
commita275c1fc6c3b8415252c3d3ec814f0bdfb029ccf (patch)
tree48743ff3353d2b6a18f6015ddd2f22d2d5b88d4a /git-svn.html
parent3a31ce59d3f4464f0cd0b66080878bd2f5530861 (diff)
downloadgit-htmldocs-a275c1fc6c3b8415252c3d3ec814f0bdfb029ccf.tar.gz
Autogenerated HTML docs for v2.13.1-516-g05ec6
Diffstat (limited to 'git-svn.html')
-rw-r--r--git-svn.html32
1 files changed, 31 insertions, 1 deletions
diff --git a/git-svn.html b/git-svn.html
index 2ad1ced0e..6d54c0461 100644
--- a/git-svn.html
+++ b/git-svn.html
@@ -1554,6 +1554,36 @@ environment). This command has the same behaviour.</td>
repository (that has been <code>init</code>-ed with <em>git svn</em>).
The -r&lt;revision&gt; option is required for this.
</p>
+<div class="paragraph"><p>The commit message is supplied either directly with the <code>-m</code> or <code>-F</code>
+option, or indirectly from the tag or commit when the second tree-ish
+denotes such an object, or it is requested by invoking an editor (see
+<code>--edit</code> option below).</p></div>
+<div class="dlist"><dl>
+<dt class="hdlist1">
+-m &lt;msg&gt;
+</dt>
+<dt class="hdlist1">
+--message=&lt;msg&gt;
+</dt>
+<dd>
+<p>
+ Use the given <code>msg</code> as the commit message. This option
+ disables the <code>--edit</code> option.
+</p>
+</dd>
+<dt class="hdlist1">
+-F &lt;filename&gt;
+</dt>
+<dt class="hdlist1">
+--file=&lt;filename&gt;
+</dt>
+<dd>
+<p>
+ Take the commit message from the given file. This option
+ disables the <code>--edit</code> option.
+</p>
+</dd>
+</dl></div>
</dd>
<dt class="hdlist1">
<em>info</em>
@@ -2476,7 +2506,7 @@ rewinds it.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2017-06-13 14:15:40 PDT
+Last updated 2017-06-19 13:09:59 PDT
</div>
</div>
</body>