diff --git a/Documentation/config.txt b/Documentation/config.txt index c6f09f801a..7c6f7fcb87 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -118,6 +118,10 @@ core.fileMode:: the working copy are ignored; useful on broken filesystems like FAT. See linkgit:git-update-index[1]. True by default. +core.hideDotFiles:: + (Windows-only) If true (which is the default), mark newly-created + directories whose name starts with a dot as hidden. + 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