Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-15 03:51:43 +0400
committerJunio C Hamano <gitster@pobox.com>2013-02-15 03:51:43 +0400
commit30784198b766b19a639c199e4365f2a805fc08c6 (patch)
treea05a8e780e6e0382c3b52c3497fd9a289e7b65c2 /Documentation/git-add.txt
parent02339dd5295d7add78ab409300b985e5888af0ee (diff)
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>
Diffstat (limited to 'Documentation/git-add.txt')
-rw-r--r--Documentation/git-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index d980e2cb7d..388a2254f9 100644
--- 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::