Merge branch 'jk/diff-graph-cleanup'
[gitweb.git] / Documentation / git-add.txt
index d0cdb07844b8361debc1565f11b11b813fe81c57..d980e2cb7d3d7281e2cffc1950a1ba31fa06e06e 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 <filepattern> should not be used.
 
 -A::
 --all::