Code

git-submodule: clone during update, not during init
[git.git] / Documentation / config.txt
index 6ea4f10150ee4034e4c24752a444ef324506ea69..5868d587a905e0aaa55194c7716f9e258a030474 100644 (file)
@@ -259,7 +259,8 @@ Common unit suffixes of 'k', 'm', or 'g' are supported.
 core.excludeFile::
        In addition to '.gitignore' (per-directory) and
        '.git/info/exclude', git looks into this file for patterns
-       of files which are not meant to be tracked.
+       of files which are not meant to be tracked.  See
+       gitlink:gitignore[5].
 
 alias.*::
        Command aliases for the gitlink:git[1] command wrapper - e.g.