diff --git a/Documentation/config.txt b/Documentation/config.txt index cd1781498e..bbb7ee262e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -133,6 +133,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