summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-01-18 01:25:50 +0000
committerJunio C Hamano <junio@kernel.org>2010-01-18 01:25:50 +0000
commit6ce6b6cb7a03d3103a4b0eb41e2ed15a80024b55 (patch)
tree3e9bd013d9057fd0551ac9d62eece9b6199dfa94 /git-commit.html
parent5ca1dd1798d837bfcc50ba1cdd92484b4698dc96 (diff)
downloadgit-htmldocs-6ce6b6cb7a03d3103a4b0eb41e2ed15a80024b55.tar.gz
Autogenerated HTML docs for v1.6.6-243-gff6d2
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html26
1 files changed, 24 insertions, 2 deletions
diff --git a/git-commit.html b/git-commit.html
index 63ea42a49..dcebc7dc3 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -324,7 +324,8 @@ git-commit(1) Manual Page
<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;]
- [--date=&lt;date&gt;] [--cleanup=&lt;mode&gt;] [--] [[-i | -o ]&lt;file&gt;&#8230;]</div></div>
+ [--date=&lt;date&gt;] [--cleanup=&lt;mode&gt;] [--status | --no-status] [--]
+ [[-i | -o ]&lt;file&gt;&#8230;]</div></div>
</div>
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
@@ -706,6 +707,27 @@ specified.</p></div>
</p>
</dd>
<dt>
+--status
+</dt>
+<dd>
+<p>
+ Include the output of <a href="git-status.html">git-status(1)</a> in the commit
+ message template when using an editor to prepare the commit
+ message. Defaults to on, but can be used to override
+ configuration variable commit.status.
+</p>
+</dd>
+<dt>
+--no-status
+</dt>
+<dd>
+<p>
+ Do not include the output of <a href="git-status.html">git-status(1)</a> in the
+ commit message template when using an editor to prepare the
+ default commit message.
+</p>
+</dd>
+<dt>
--
</dt>
<dd>
@@ -971,7 +993,7 @@ Junio C Hamano &lt;gitster@pobox.com&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2010-01-08 07:39:28 UTC
+Last updated 2010-01-18 01:25:20 UTC
</div>
</div>
</body>