summaryrefslogtreecommitdiffstats
path: root/git-add.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-09-13 09:51:17 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-09-13 09:51:17 +0000
commit7df6dcfdb11ce1e05b12d12ef51d8c8d5b4987a5 (patch)
tree30798fca0bc4c90bb9437215bdcebdbdea6a8b6d /git-add.html
parentcf5b77307aade1e04785922a4be0f2026cfcec48 (diff)
downloadgit-htmldocs-7df6dcfdb11ce1e05b12d12ef51d8c8d5b4987a5.tar.gz
Autogenerated HTML docs for v1.6.5-rc1
Diffstat (limited to 'git-add.html')
-rw-r--r--git-add.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/git-add.html b/git-add.html
index 0a6e949e0..4aa1b6a07 100644
--- a/git-add.html
+++ b/git-add.html
@@ -419,10 +419,17 @@ commit.</p></div>
</dt>
<dd>
<p>
- Similar to Interactive mode but the initial command loop is
- bypassed and the <em>patch</em> subcommand is invoked using each of
- the specified filepatterns before exiting.
+ Interactively choose hunks of patch between the index and the
+ work tree and add them to the index. This gives the user a chance
+ to review the difference before adding modified contents to the
+ index.
</p>
+<div class="literalblock">
+<div class="content">
+<pre><tt>This effectively runs ``add --interactive``, but bypasses the
+initial command menu and directly jumps to `patch` subcommand.
+See ``Interactive mode'' for details.</tt></pre>
+</div></div>
</dd>
<dt>
-e, --edit
@@ -710,7 +717,7 @@ diff
</div>
<div id="footer">
<div id="footer-text">
-Last updated 2009-08-13 01:22:24 UTC
+Last updated 2009-09-13 09:50:53 UTC
</div>
</div>
</body>