diff options
author | Michael Hendricks <michael@ndrix.org> | 2007-07-02 10:48:34 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-07-02 20:54:01 -0700 |
commit | e8964a5b91e13169ad73c7b1db2e904441ad93f5 (patch) | |
tree | 4266cd5e39147e01d9a2d51224a9132c5dad1f64 /Documentation/config.txt | |
parent | Make git-prune submodule aware (and fix a SEGFAULT in the process) (diff) | |
download | tgif-e8964a5b91e13169ad73c7b1db2e904441ad93f5.tar.xz |
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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |