1
0
mirror of https://github.com/git/git synced 2024-07-07 19:39:27 +00:00

Merge branch 'maint'

* maint:
  Correctly document the name of the global excludes file configuration
This commit is contained in:
Junio C Hamano 2007-07-02 21:05:59 -07:00
commit 1a6f399999

View File

@ -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