Skip to content

Commit

Permalink
Documentation/git-add: kill remaining <filepattern>
Browse files Browse the repository at this point in the history
The merge at 5bf72ed missed another instance of <filepattern> that
we were converting to <pathspec>.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Feb 14, 2013
1 parent 02339dd commit 3078419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/git-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ apply to the index. See EDITING PATCHES below.
If no <pathspec> is given, the current version of Git defaults to
"."; in other words, update all tracked files in the current directory
and its subdirectories. This default will change in a future version
of Git, hence the form without <filepattern> should not be used.
of Git, hence the form without <pathspec> should not be used.

-A::
--all::
Expand Down

0 comments on commit 3078419

Please sign in to comment.