From e8964a5b91e13169ad73c7b1db2e904441ad93f5 Mon Sep 17 00:00:00 2001 From: Michael Hendricks Date: Mon, 2 Jul 2007 10:48:34 -0600 Subject: [PATCH] Correctly document the name of the global excludes file configuration Signed-off-by: Michael Hendricks Signed-off-by: Junio C Hamano --- Documentation/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/config.txt b/Documentation/config.txt index 7d9afe20f9..a75f7f7664 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