git p4: avoid expanding client paths in chdir
[gitweb.git] / Documentation / git-add.txt
index d0cdb07844b8361debc1565f11b11b813fe81c57..388a2254f9df0afd83482d0ad572c359401f1d7b 100644 (file)
@@ -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 <pathspec> is given, default to "."; in other words,
-update all tracked files in the current directory and its
-subdirectories.
+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 <pathspec> should not be used.
 
 -A::
 --all::