summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-02-14 08:00:23 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-02-14 08:00:23 +0000
commit6697ac5ece27196e05dc8715c4af49217d4a6375 (patch)
treee513a223cf36172221da8ef4e651d92874a8ed54 /git-commit.html
parent63636e5fc93a42d22571ac836ff9fbfb24e108d9 (diff)
downloadgit-htmldocs-6697ac5ece27196e05dc8715c4af49217d4a6375.tar.gz
Autogenerated HTML docs for v1.2.0-g6a9b
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html24
1 files changed, 17 insertions, 7 deletions
diff --git a/git-commit.html b/git-commit.html
index f391cfff7..4965cb9e6 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -273,8 +273,8 @@ git-commit(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-commit</em> [-a] [-i] [-s] [-v] [(-c | -C) &lt;commit&gt; | -F &lt;file&gt; | -m &lt;msg&gt;]
- [-e] [--author &lt;author&gt;] [--] &lt;file&gt;&#8230;</div></div>
+<div class="content"><em>git-commit</em> [-a] [-s] [-v] [(-c | -C) &lt;commit&gt; | -F &lt;file&gt; | -m &lt;msg&gt;]
+ [-e] [--author &lt;author&gt;] [--] [[-i | -o ]&lt;file&gt;&#8230;]</div></div>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
@@ -389,6 +389,17 @@ information.</p>
</p>
</dd>
<dt>
+-o|--only
+</dt>
+<dd>
+<p>
+ Commit only the files specified on the command line.
+ This format cannot be used during a merge, nor when the
+ index and the latest commit does not match on the
+ specified paths to avoid confusion.
+</p>
+</dd>
+<dt>
&#8212;
</dt>
<dd>
@@ -401,10 +412,9 @@ information.</p>
</dt>
<dd>
<p>
- Commit only the files specified on the command line.
- This format cannot be used during a merge, nor when the
- index and the latest commit does not match on the
- specified paths to avoid confusion.
+ Files to be committed. The meaning of these is
+ different between <tt>--include</tt> and <tt>--only</tt>. Without
+ either, it defaults <tt>--only</tt> semantics.
</p>
</dd>
</dl>
@@ -470,7 +480,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 07-Feb-2006 08:04:29 UTC
+Last updated 14-Feb-2006 07:59:59 UTC
</div>
</div>
</body>