summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-23 07:14:08 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-23 07:14:08 +0000
commit4224f999337f29b477b197e893f07c5e24917b11 (patch)
tree54c4281f571a3e9baf48d885119c28bfa5f2917a /git-commit.html
parenta351d1402dde775bc646f418cb339db2fe7ad3ac (diff)
downloadgit-htmldocs-4224f999337f29b477b197e893f07c5e24917b11.tar.gz
Autogenerated HTML docs for v1.5.6-49-g112db
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html36
1 files changed, 27 insertions, 9 deletions
diff --git a/git-commit.html b/git-commit.html
index 59f8050d0..96224bce7 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] [-u] [--amend]
+<div class="content"><em>git-commit</em> [-a | --interactive] [-s] [-v] [-u&lt;mode&gt;] [--amend]
[(-c | -C) &lt;commit&gt;] [-F &lt;file&gt; | -m &lt;msg&gt;]
[--allow-empty] [--no-verify] [-e] [--author=&lt;author&gt;]
[--cleanup=&lt;mode&gt;] [--] [[-i | -o ]&lt;file&gt;&#8230;]</div></div>
@@ -537,19 +537,37 @@ that, you can recover from it with <a href="git-reset.html">git-reset(1)</a>.</p
</p>
</dd>
<dt>
--u
+-u[&lt;mode&gt;]
</dt>
<dt>
---untracked-files
+--untracked-files[=&lt;mode&gt;]
</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.
+ Show untracked files (Default: <em>all</em>).
</p>
+<p>The mode parameter is optional, and is used to specify
+the handling of untracked files. The possible options are:</p>
+<ul>
+<li>
+<p>
+<em>no</em> - Show no untracked files
+</p>
+</li>
+<li>
+<p>
+<em>normal</em> - Shows untracked files and directories
+</p>
+</li>
+<li>
+<p>
+<em>all</em> - Also shows individual files in untracked directories.
+</p>
+</li>
+</ul>
+<p>See <a href="git-config.html">git-config(1)</a> for configuration variable
+used to change the default for when the option is not
+specified.</p>
</dd>
<dt>
-v
@@ -795,7 +813,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:24 UTC
+Last updated 23-Jun-2008 07:13:34 UTC
</div>
</div>
</body>