summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hendricks <michael@ndrix.org>2007-07-02 16:48:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-07-03 03:54:01 (GMT)
commite8964a5b91e13169ad73c7b1db2e904441ad93f5 (patch)
tree4266cd5e39147e01d9a2d51224a9132c5dad1f64
parent8d2244ba74f5207b9f7f9f1b4efbcccacbbb2c7b (diff)
downloadgit-e8964a5b91e13169ad73c7b1db2e904441ad93f5.zip
git-e8964a5b91e13169ad73c7b1db2e904441ad93f5.tar.gz
git-e8964a5b91e13169ad73c7b1db2e904441ad93f5.tar.bz2
Correctly document the name of the global excludes file configuration
Signed-off-by: Michael Hendricks <michael@ndrix.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 7d9afe2..a75f7f7 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -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