From: Jeff King Date: Thu, 8 May 2008 17:25:06 +0000 (-0400) Subject: doc: clarify definition of "update" for git-add -u X-Git-Tag: v1.5.5.2^2~8 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=afd899e1b7ef2b55a24834faad228b45ded6320a;p=git-core%2Fgit.git doc: clarify definition of "update" for git-add -u The "-u" option is described only in terms of "updating" files, which in turn is described only as "similar to what git commit -a does". Let's be a little more specific about what updating entails. Suggested by Geoffrey Irving. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt index c751a17d0..ab88f0a76 100644 --- a/Documentation/git-add.txt +++ b/Documentation/git-add.txt @@ -71,7 +71,9 @@ OPTIONS the specified filepatterns before exiting. -u:: - Update only files that git already knows about. This is similar + Update only files that git already knows about, staging modified + content for commit and marking deleted files for removal. 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 in the