Make auto-hiding dot-files optional on Windows.

Although a file starting with a dot usually ought to be hidden,
there could be reasons users do not want it to happen automatically.

Original patch by Erik Faye-Lund.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Johannes Sixt <j6t@kdbg.org>
This commit is contained in:
Johan 't Hart
2009-08-08 22:59:27 +02:00
committed by Johannes Schindelin
parent 8653dacef7
commit 996ff4a9ae
4 changed files with 9 additions and 1 deletions

View File

@@ -518,6 +518,7 @@ extern size_t delta_base_cache_limit;
extern int auto_crlf;
extern int fsync_object_files;
extern int core_preload_index;
extern int hide_dotfiles;
enum safe_crlf {
SAFE_CRLF_FALSE = 0,