Documentation/git-add: kill remaining <filepattern>
authorJunio C Hamano <gitster@pobox.com>
Thu, 14 Feb 2013 23:51:43 +0000 (15:51 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Feb 2013 23:51:43 +0000 (15:51 -0800)
The merge at 5bf72ed2 missed another instance of <filepattern> that
we were converting to <pathspec>.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt

index d980e2cb7d3d7281e2cffc1950a1ba31fa06e06e..388a2254f9df0afd83482d0ad572c359401f1d7b 100644 (file)
@@ -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
 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::
 
 -A::
 --all::