1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-28 09:16:10 +02:00

Documentation/git-add: clarify -u with path limiting

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Jeff King 2007-05-13 20:39:11 -04:00 committed by Junio C Hamano
parent 331b51d240
commit dfaa61bd52

View File

@ -57,8 +57,11 @@ OPTIONS
the index.
-u::
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.
\--::
This option can be used to separate command-line options from