summaryrefslogtreecommitdiffstats
path: root/git-add.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-04 11:24:09 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-04 11:24:09 -0800
commit3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb (patch)
treebce0aeef058e92cae85dc495db0153f854407954 /git-add.txt
parent0d1122eea27fe3cbafc19429c3f55048d5204092 (diff)
downloadgit-htmldocs-3f2ed6f9b744f05cf2ad32b0c0c80aa149d9fdcb.tar.gz
Autogenerated HTML docs for v1.8.1.2-526-gf51a7
Diffstat (limited to 'git-add.txt')
-rw-r--r--git-add.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/git-add.txt b/git-add.txt
index fd9e36b99..533355984 100644
--- a/git-add.txt
+++ b/git-add.txt
@@ -107,9 +107,10 @@ apply to the index. See EDITING PATCHES below.
from the index if the corresponding files in the working tree
have been removed.
+
-If no <filepattern> is given, default to "."; in other words,
-update all tracked files in the current directory and its
-subdirectories.
+If no <filepattern> 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.
-A::
--all::