summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-05-09 07:24:48 +0000
committerJunio C Hamano <junio@kernel.org>2010-05-09 07:24:48 +0000
commitcb39aea01e29cf8ff7b0b7d2e8e8c0130292cfe2 (patch)
tree2708f18cd961765994c15549e7aeef53041d74fe /git-commit.html
parent2b3ee5d004d9924b235a46bba46dace1e7cd7630 (diff)
downloadgit-htmldocs-cb39aea01e29cf8ff7b0b7d2e8e8c0130292cfe2.tar.gz
Autogenerated HTML docs for v1.7.1-78-g212f0
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html15
1 files changed, 13 insertions, 2 deletions
diff --git a/git-commit.html b/git-commit.html
index 62f8f5ba6..62e84980c 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -323,7 +323,7 @@ git-commit(1) Manual Page
<div class="verseblock">
<div class="content"><em>git commit</em> [-a | --interactive] [-s] [-v] [-u&lt;mode&gt;] [--amend] [--dry-run]
[(-c | -C) &lt;commit&gt;] [-F &lt;file&gt; | -m &lt;msg&gt;] [--reset-author]
- [--allow-empty] [--no-verify] [-e] [--author=&lt;author&gt;]
+ [--allow-empty] [--allow-empty-message] [--no-verify] [-e] [--author=&lt;author&gt;]
[--date=&lt;date&gt;] [--cleanup=&lt;mode&gt;] [--status | --no-status] [--]
[[-i | -o ]&lt;file&gt;&#8230;]</div></div>
</div>
@@ -550,6 +550,17 @@ that, you can recover from it with <em>git reset</em>.</p></div>
</p>
</dd>
<dt>
+--allow-empty-message
+</dt>
+<dd>
+<p>
+ Like --allow-empty this command is primarily for use by foreign
+ scm interface scripts. It allows you to create a commit with an
+ empty commit message without using plumbing commands like
+ <a href="git-commit-tree.html">git-commit-tree(1)</a>.
+</p>
+</dd>
+<dt>
--cleanup=&lt;mode&gt;
</dt>
<dd>
@@ -994,7 +1005,7 @@ Junio C Hamano &lt;gitster@pobox.com&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-04-24 02:55:49 UTC
+Last updated 2010-05-09 07:24:18 UTC
</div>
</div>
</body>