[PATCH] Correctly document the name of the global excludes file configuration
From: Michael Hendricks <hidden>
Date: 2016-06-15 22:43:19
Signed-off-by: Michael Hendricks <redacted> --- Documentation/config.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 50503e8..1d96adf 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt@@ -275,7 +275,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
--
1.5.2.2.238.g7cbf2f2