summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorTorsten Bögershausen <tboegi@web.de>2014-10-17 21:40:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-10-20 03:47:40 (GMT)
commitecdab4126793194e7181afa967deaf8e805a09b9 (patch)
tree267ec8d448e037be57a3bdce4b38470bccf75a62 /Documentation
parent3c2dc76f015b4d52ef02a08c59a4546d00b475e1 (diff)
downloadgit-ecdab4126793194e7181afa967deaf8e805a09b9.zip
git-ecdab4126793194e7181afa967deaf8e805a09b9.tar.gz
git-ecdab4126793194e7181afa967deaf8e805a09b9.tar.bz2
core.filemode may need manual action
core.filemode is set automatically when a repo is created. But when a repo is exported via CIFS or cygwin is mixed with Git for Windows or Eclipse core.filemode may better be set manually to false. Update and improve the documentation Helped-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Torsten Bögershausen <tboegi@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config.txt25
1 files changed, 19 insertions, 6 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index c55c22a..a45b2cf 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -204,13 +204,26 @@ advice.*::
--
core.fileMode::
- If false, the executable bit differences between the index and
- the working tree are ignored; useful on broken filesystems like FAT.
- See linkgit:git-update-index[1].
+ Tells Git if the executable bit of files in the working tree
+ is to be honored.
+
-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.
+Some filesystems lose the executable bit when a file that is
+marked as executable is checked out, or checks out an
+non-executable file with executable bit on.
+linkgit:git-clone[1] or linkgit:git-init[1] probe the filesystem
+to see if it handles the executable bit correctly
+and this variable is automatically set as necessary.
++
+A repository, however, may be on a filesystem that handles
+the filemode correctly, and this variable is set to 'true'
+when created, but later may be made accessible from another
+environment that loses the filemode (e.g. exporting ext4 via
+CIFS mount, visiting a Cygwin created repository with
+Git for Windows or Eclipse).
+In such a case it may be necessary to set this variable to 'false'.
+See linkgit:git-update-index[1].
++
+The default is true (when core.filemode is not specified in the config file).
core.ignorecase::
If true, this option enables various workarounds to enable