Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/git-add: kill remaining <filepattern>
author
Junio C Hamano
<gitster@pobox.com>
Thu, 14 Feb 2013 23:51:43 +0000
(15:51 -0800)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
02339dd
)
diff --git
a/Documentation/git-add.txt
b/Documentation/git-add.txt
index d980e2cb7d3d7281e2cffc1950a1ba31fa06e06e..388a2254f9df0afd83482d0ad572c359401f1d7b 100644
(file)
--- a/
Documentation/git-add.txt
+++ b/
Documentation/git-add.txt
@@
-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::