summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-12-18 12:44:14 -0800
committerJunio C Hamano <gitster@pobox.com>2014-12-18 12:44:14 -0800
commit30758bdbd92da4a8a57a943699d50e65f12646a0 (patch)
tree8e4e0b516c067984aeaa5e2f72d50d2d79a29c5a /config.txt
parente3b2b33477ab280a38c444e8167f8a48b3d14c5b (diff)
downloadgit-htmldocs-30758bdbd92da4a8a57a943699d50e65f12646a0.tar.gz
Autogenerated HTML docs for v2.2.1-62-g3f1509
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index f615a5c35..9335ff2ae 100644
--- a/config.txt
+++ b/config.txt
@@ -246,6 +246,17 @@ core.precomposeunicode::
When false, file names are handled fully transparent by Git,
which is backward compatible with older versions of Git.
+core.protectHFS::
+ If set to true, do not allow checkout of paths that would
+ be considered equivalent to `.git` on an HFS+ filesystem.
+ Defaults to `true` on Mac OS, and `false` elsewhere.
+
+core.protectNTFS::
+ If set to true, do not allow checkout of paths that would
+ cause problems with the NTFS filesystem, e.g. conflict with
+ 8.3 "short" names.
+ Defaults to `true` on Windows, and `false` elsewhere.
+
core.trustctime::
If false, the ctime differences between the index and the
working tree are ignored; useful when the inode change time