summaryrefslogtreecommitdiffstats
path: root/git-commit-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-03-20 16:15:59 +0900
committerJunio C Hamano <gitster@pobox.com>2019-03-20 16:15:59 +0900
commit328b8c903d3158188a5d7dff974bcd6174a8ed32 (patch)
treef98991773522851aa89d71c2b2e0b33a4c309125 /git-commit-tree.html
parentdecc7317e484bc31d0dfb457e70c9ad5a59fe7b1 (diff)
downloadgit-htmldocs-328b8c903d3158188a5d7dff974bcd6174a8ed32.tar.gz
Autogenerated HTML docs for v2.21.0-196-g041f5
Diffstat (limited to 'git-commit-tree.html')
-rw-r--r--git-commit-tree.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/git-commit-tree.html b/git-commit-tree.html
index ed5199736..3935a39ec 100644
--- a/git-commit-tree.html
+++ b/git-commit-tree.html
@@ -764,6 +764,9 @@ git-commit-tree(1) Manual Page
<div class="paragraph"><p>Creates a new commit object based on the provided tree object and
emits the new commit object id on stdout. The log message is read
from the standard input, unless <code>-m</code> or <code>-F</code> options are given.</p></div>
+<div class="paragraph"><p>The <code>-m</code> and <code>-F</code> options can be given any number of times, in any
+order. The commit log message will be composed in the order in which
+the options are given.</p></div>
<div class="paragraph"><p>A commit object may have any number of parents. With exactly one
parent, it is an ordinary commit. Having more than one parent makes
the commit a merge between several lines of history. Initial (root)
@@ -787,7 +790,7 @@ state was.</p></div>
</dt>
<dd>
<p>
- An existing tree object
+ An existing tree object.
</p>
</dd>
<dt class="hdlist1">
@@ -813,7 +816,8 @@ state was.</p></div>
<dd>
<p>
Read the commit log message from the given file. Use <code>-</code> to read
- from the standard input.
+ from the standard input. This can be given more than once and the
+ content of each file becomes its own paragraph.
</p>
</dd>
<dt class="hdlist1">
@@ -1046,7 +1050,7 @@ reversible operation.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-26 15:11:04 PST
+ 2019-03-20 16:15:37 JST
</div>
</div>
</body>