From: Michael Hendricks Date: Mon, 2 Jul 2007 16:48:34 +0000 (-0600) Subject: Correctly document the name of the global excludes file configuration X-Git-Tag: v1.5.3-rc0~6^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e8964a5b91e13169ad73c7b1db2e904441ad93f5;p=git-core%2Fgit.git Correctly document the name of the global excludes file configuration Signed-off-by: Michael Hendricks Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index 7d9afe20f..a75f7f766 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