1
0
mirror of https://github.com/git/git.git synced 2024-09-28 17:22:20 +02:00

Documentation/git-add: kill remaining <filepattern>

The merge at 5bf72ed2 missed another instance of <filepattern> that
we were converting to <pathspec>.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2013-02-14 15:51:43 -08:00
parent 02339dd529
commit 30784198b7

@ -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::