summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-13 05:33:25 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-13 05:33:25 +0000
commit1e6e00634f257c354c4261ef7da2b8dc495e3c99 (patch)
tree88ba4f5d1844a852fb27fee6fa7705fb785c23e2 /git-commit.html
parent235d53f227234a5905682cc55d59adcc6369c48c (diff)
downloadgit-htmldocs-1e6e00634f257c354c4261ef7da2b8dc495e3c99.tar.gz
Autogenerated HTML docs for v1.5.3-rc1-4-gaf83
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html29
1 files changed, 26 insertions, 3 deletions
diff --git a/git-commit.html b/git-commit.html
index 7c1b54e07..d5303b9f8 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -273,7 +273,7 @@ git-commit(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-commit</em> [-a | --interactive] [-s] [-v]
+<div class="content"><em>git-commit</em> [-a | --interactive] [-s] [-v] [-u]
[(-c | -C) &lt;commit&gt; | -F &lt;file&gt; | -m &lt;msg&gt; | --amend]
[--no-verify] [-e] [--author &lt;author&gt;]
[--] [[-i | -o ]&lt;file&gt;&#8230;]</div></div>
@@ -372,7 +372,7 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
</p>
</dd>
<dt>
--m &lt;msg&gt;
+-m &lt;msg&gt;|--message=&lt;msg&gt;
</dt>
<dd>
<p>
@@ -443,6 +443,29 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
</p>
</dd>
<dt>
+-u|--untracked-files
+</dt>
+<dd>
+<p>
+ Show all untracked files, also those in uninteresting
+ directories, in the "Untracked files:" section of commit
+ message template. Without this option only its name and
+ a trailing slash are displayed for each untracked
+ directory.
+</p>
+</dd>
+<dt>
+-v|--verbose
+</dt>
+<dd>
+<p>
+ Show unified diff between the HEAD commit and what
+ would be committed at the bottom of the commit message
+ template. Note that this diff output doesn't have its
+ lines prefixed with <em>#</em>.
+</p>
+</dd>
+<dt>
-q|--quiet
</dt>
<dd>
@@ -664,7 +687,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 16-Jun-2007 09:48:58 UTC
+Last updated 13-Jul-2007 05:31:56 UTC
</div>
</div>
</body>