Code

Correctly document the name of the global excludes file configuration
authorMichael Hendricks <michael@ndrix.org>
Mon, 2 Jul 2007 16:48:34 +0000 (10:48 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Jul 2007 03:54:01 +0000 (20:54 -0700)
Signed-off-by: Michael Hendricks <michael@ndrix.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt

index 7d9afe20f91c3922b909ef5e217c1b7640e2c600..a75f7f766442584f06155bb47008d1a4eb5ac640 100644 (file)
@@ -263,7 +263,7 @@ 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.  See