summaryrefslogtreecommitdiffstats
path: root/git-commit-tree.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-09 15:41:20 -0800
committerJunio C Hamano <gitster@pobox.com>2011-12-09 15:41:20 -0800
commit515ab1d542801aea6a6119c0391ef91dbc9e9de9 (patch)
treecfcad3b4d1f63c5d1c5c8752e507cc4f9db59207 /git-commit-tree.html
parent92887a3ed176ab77bfc12e91914f1cdd99e591d6 (diff)
downloadgit-htmldocs-515ab1d542801aea6a6119c0391ef91dbc9e9de9.tar.gz
Autogenerated HTML docs for v1.7.8-163-g9859a
Diffstat (limited to 'git-commit-tree.html')
-rw-r--r--git-commit-tree.html28
1 files changed, 24 insertions, 4 deletions
diff --git a/git-commit-tree.html b/git-commit-tree.html
index d4e4306f1..3c4ab2cfc 100644
--- a/git-commit-tree.html
+++ b/git-commit-tree.html
@@ -583,7 +583,8 @@ git-commit-tree(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="verseblock-content"><em>git commit-tree</em> &lt;tree&gt; [(-p &lt;parent commit&gt;)&#8230;] &lt; changelog</div>
+<div class="verseblock-content"><em>git commit-tree</em> &lt;tree&gt; [(-p &lt;parent&gt;)&#8230;] &lt; changelog
+<em>git commit-tree</em> [(-p &lt;parent&gt;)&#8230;] [(-m &lt;message&gt;)&#8230;] [(-F &lt;file&gt;)&#8230;] &lt;tree&gt;</div>
<div class="verseblock-attribution">
</div></div>
</div>
@@ -592,7 +593,8 @@ git-commit-tree(1) Manual Page
<div class="paragraph"><p>This is usually not what an end user wants to run directly. See
<a href="git-commit.html">git-commit(1)</a> instead.</p></div>
<div class="paragraph"><p>Creates a new commit object based on the provided tree object and
-emits the new commit object id on stdout.</p></div>
+emits the new commit object id on stdout. The log message is read
+from the standard input, unless <tt>-m</tt> or <tt>-F</tt> 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)
@@ -618,13 +620,31 @@ state was.</p></div>
</p>
</dd>
<dt class="hdlist1">
--p &lt;parent commit&gt;
+-p &lt;parent&gt;
</dt>
<dd>
<p>
Each <em>-p</em> indicates the id of a parent commit object.
</p>
</dd>
+<dt class="hdlist1">
+-m &lt;message&gt;
+</dt>
+<dd>
+<p>
+ A paragraph in the commig log message. This can be given more than
+ once and each &lt;message&gt; becomes its own paragraph.
+</p>
+</dd>
+<dt class="hdlist1">
+-F &lt;file&gt;
+</dt>
+<dd>
+<p>
+ Read the commit log message from the given file. Use <tt>-</tt> to read
+ from the standard input.
+</p>
+</dd>
</dl></div>
</div>
<h2 id="_commit_information">Commit Information</h2>
@@ -836,7 +856,7 @@ reversible operation.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2011-11-15 13:45:02 PDT
+Last updated 2011-12-09 15:40:58 PDT
</div>
</div>
</body>