Merge branch 'ms/core-icase-doc'
Clarify that setting core.ignoreCase to deviate from reality would not turn a case-incapable filesystem into a case-capable one. * ms/core-icase-doc: Documentation: declare "core.ignoreCase" as internal variablemaint
commit
18f2717578
|
@ -390,16 +390,19 @@ core.hideDotFiles::
|
||||||
default mode is 'dotGitOnly'.
|
default mode is 'dotGitOnly'.
|
||||||
|
|
||||||
core.ignoreCase::
|
core.ignoreCase::
|
||||||
If true, this option enables various workarounds to enable
|
Internal variable which enables various workarounds to enable
|
||||||
Git to work better on filesystems that are not case sensitive,
|
Git to work better on filesystems that are not case sensitive,
|
||||||
like FAT. For example, if a directory listing finds
|
like APFS, HFS+, FAT, NTFS, etc. For example, if a directory listing
|
||||||
"makefile" when Git expects "Makefile", Git will assume
|
finds "makefile" when Git expects "Makefile", Git will assume
|
||||||
it is really the same file, and continue to remember it as
|
it is really the same file, and continue to remember it as
|
||||||
"Makefile".
|
"Makefile".
|
||||||
+
|
+
|
||||||
The default is false, except linkgit:git-clone[1] or linkgit:git-init[1]
|
The default is false, except linkgit:git-clone[1] or linkgit:git-init[1]
|
||||||
will probe and set core.ignoreCase true if appropriate when the repository
|
will probe and set core.ignoreCase true if appropriate when the repository
|
||||||
is created.
|
is created.
|
||||||
|
+
|
||||||
|
Git relies on the proper configuration of this variable for your operating
|
||||||
|
and file system. Modifying this value may result in unexpected behavior.
|
||||||
|
|
||||||
core.precomposeUnicode::
|
core.precomposeUnicode::
|
||||||
This option is only used by Mac OS implementation of Git.
|
This option is only used by Mac OS implementation of Git.
|
||||||
|
|
Loading…
Reference in New Issue