user-manual: use pithier example commit
[gitweb.git] / Documentation / config.txt
index fdb71de9f6c4f508996ccdf7970522ba53bb0dfe..a75f7f766442584f06155bb47008d1a4eb5ac640 100644 (file)
@@ -263,10 +263,11 @@ You probably do not need to adjust this value.
 +
 Common unit suffixes of 'k', 'm', or 'g' are supported.
 
-core.excludeFile::
+core.excludesfile::
        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.