summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-08-02 11:24:42 -0700
committerJunio C Hamano <gitster@pobox.com>2013-08-02 11:24:42 -0700
commit00cc693dd726a1f09a16209505009367a563b077 (patch)
treef299157c953f4854db012ba5b261b6aa48db81e7 /config.txt
parentce806e3dc4c36670f90e8327bfcb8466e54de9a1 (diff)
downloadgit-htmldocs-00cc693dd726a1f09a16209505009367a563b077.tar.gz
Autogenerated HTML docs for v1.8.4-rc1-4-gd6cbf
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/config.txt b/config.txt
index e0b923f42..ec57a15ac 100644
--- a/config.txt
+++ b/config.txt
@@ -213,17 +213,6 @@ The default is true, except linkgit:git-clone[1] or linkgit:git-init[1]
will probe and set core.fileMode false if appropriate when the
repository is created.
-core.ignoreCygwinFSTricks::
- This option is only used by Cygwin implementation of Git. If false,
- the Cygwin stat() and lstat() functions are used. This may be useful
- if your repository consists of a few separate directories joined in
- one hierarchy using Cygwin mount. If true, Git uses native Win32 API
- whenever it is possible and falls back to Cygwin functions only to
- handle symbol links. The native mode is more than twice faster than
- normal Cygwin l/stat() functions. True by default, unless core.filemode
- is true, in which case ignoreCygwinFSTricks is ignored as Cygwin's
- POSIX emulation is required to support core.filemode.
-
core.ignorecase::
If true, this option enables various workarounds to enable
Git to work better on filesystems that are not case sensitive,