summaryrefslogtreecommitdiffstats
path: root/git-add.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-15 03:13:17 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-15 03:13:17 +0000
commit0430e3a874bf1f6935be905e8539d77d41f48a62 (patch)
treeabb023ef457cf5e0d2cc84e690c27ffcd1112a89 /git-add.html
parent323e52dd2e49bceead5c67a881e8dc79db63e52c (diff)
downloadgit-htmldocs-0430e3a874bf1f6935be905e8539d77d41f48a62.tar.gz
Autogenerated HTML docs for v1.5.2-rc3-39-gaf9b
Diffstat (limited to 'git-add.html')
-rw-r--r--git-add.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/git-add.html b/git-add.html
index 48114b6bb..03df0ed72 100644
--- a/git-add.html
+++ b/git-add.html
@@ -347,8 +347,11 @@ commit.</p>
</dt>
<dd>
<p>
- Update all files that git already knows about. This is what
- "git commit -a" does in preparation for making a commit.
+ Update only files that git already knows about. This is similar
+ to what "git commit -a" does in preparation for making a commit,
+ except that the update is limited to paths specified on the
+ command line. If no paths are specified, all tracked files are
+ updated.
</p>
</dd>
<dt>
@@ -545,7 +548,7 @@ diff
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-May-2007 00:32:26 UTC
+Last updated 15-May-2007 03:12:35 UTC
</div>
</div>
</body>