summaryrefslogtreecommitdiffstats
path: root/git-commit.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-03-12 07:29:20 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-03-12 07:29:20 +0000
commitc51fede9f2fdd66e06416d7865b023924b52e659 (patch)
tree19a562e90847738d119806fae209a948d74e0107 /git-commit.html
parentd15328acbacd5d5b1b56a7ee143ccf7db9e7549e (diff)
downloadgit-htmldocs-c51fede9f2fdd66e06416d7865b023924b52e659.tar.gz
Autogenerated HTML docs for v1.5.0.3-382-g34572
Diffstat (limited to 'git-commit.html')
-rw-r--r--git-commit.html14
1 files changed, 11 insertions, 3 deletions
diff --git a/git-commit.html b/git-commit.html
index 757de8dbc..125b1f697 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -273,8 +273,9 @@ git-commit(1) Manual Page
<h2>SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<div class="content"><em>git-commit</em> [-a] [-s] [-v] [(-c | -C) &lt;commit&gt; | -F &lt;file&gt; | -m &lt;msg&gt; |
- --amend] [--no-verify] [-e] [--author &lt;author&gt;]
+<div class="content"><em>git-commit</em> [-a | --interactive] [-s] [-v]
+ [(-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>
</div>
<h2>DESCRIPTION</h2>
@@ -312,6 +313,13 @@ by using the -a switch with the <em>commit</em> command to automatically "add"
removed from the working tree, and perform the actual commit.
</p>
</li>
+<li>
+<p>
+by using the --interactive switch with the <em>commit</em> command to decide one
+ by one which files should be part of the commit, before finalizing the
+ operation. Currently, this is done by invoking <tt>git-add --interactive</tt>.
+</p>
+</li>
</ol>
<p>The <a href="git-status.html">git-status(1)</a> command can be used to obtain a
summary of what is included by any of the above for the next
@@ -656,7 +664,7 @@ Junio C Hamano &lt;junkio@cox.net&gt;</p>
</div>
<div id="footer">
<div id="footer-text">
-Last updated 19-Feb-2007 05:35:41 UTC
+Last updated 12-Mar-2007 07:28:53 UTC
</div>
</div>
</body>