diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-02-14 15:51:43 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-02-14 15:51:43 -0800 |
commit | 30784198b766b19a639c199e4365f2a805fc08c6 (patch) | |
tree | a05a8e780e6e0382c3b52c3497fd9a289e7b65c2 /Documentation | |
parent | Update draft release notes to 1.8.2 (diff) | |
download | tgif-30784198b766b19a639c199e4365f2a805fc08c6.tar.xz |
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')
-rw-r--r-- | Documentation/git-add.txt | 2 |
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:: |