From c1b3bedfaca75caacb072f5636167d23dc21103d Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Sun, 9 Aug 2009 19:08:05 +0200 Subject: [PATCH] Document the core.hideDotFiles variable Signed-off-by: Johannes Schindelin Acked-by: Johannes Sixt --- Documentation/config.txt | 4 ++++ 1 file changed, 4 insertions(+) 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