count-objects: report how much disk space taken by garbage files
[gitweb.git] / Documentation / git-add.txt
index fd9e36b99f5506964ac8352b82bb7af05551a523..533355984cf00bc81f21dfeee4a4e8977631f423 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 <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::