summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2009-12-28 09:33:50 +0000
committerJunio C Hamano <junio@kernel.org>2009-12-28 09:33:50 +0000
commita0fae261430126ab1c67a1ce094a960432e7ff66 (patch)
tree262c016888b414b8040be1954eb1e9ea481fcedd /git-commit.html
parent096dde2e4698a6069f64d1e5be6db08bc422d7e9 (diff)
downloadgit-htmldocs-a0fae261430126ab1c67a1ce094a960432e7ff66.tar.gz
Autogenerated HTML docs for v1.6.6-60-gc2ff1
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html31
1 files changed, 30 insertions, 1 deletions
diff --git a/git-commit.html b/git-commit.html
index 1d501645f..4cafa01da 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -428,6 +428,35 @@ that, you can recover from it with <em>git-reset</em>.</p></div>
</p>
</dd>
<dt>
+--short
+</dt>
+<dd>
+<p>
+ When doing a dry-run, give the output in the short-format. See
+ <a href="git-status.html">git-status(1)</a> for details. Implies <tt>--dry-run</tt>.
+</p>
+</dd>
+<dt>
+--porcelain
+</dt>
+<dd>
+<p>
+ When doing a dry-run, give the output in a porcelain-ready
+ format. See <a href="git-status.html">git-status(1)</a> for details. Implies
+ <tt>--dry-run</tt>.
+</p>
+</dd>
+<dt>
+-z
+</dt>
+<dd>
+<p>
+ When showing <tt>short</tt> or <tt>porcelain</tt> status output, terminate
+ entries in the status output with NUL, instead of LF. If no
+ format is given, implies the <tt>--porcelain</tt> output format.
+</p>
+</dd>
+<dt>
-F &lt;file&gt;
</dt>
<dt>
@@ -887,7 +916,7 @@ Junio C Hamano &lt;gitster@pobox.com&gt;</p></div>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-12-03 09:12:29 UTC
+Last updated 2009-12-28 09:33:36 UTC
</div>
</div>
</body>