Files
git/compat
Johan 't Hart f95b4f00a6 Windows: mark newly-created dot files by fopen() as hidden
Files starting with a dot are considered "hidden", i.e. you have to ask
explicitely to see them.  On Windows, this is not done automatically, as
Windows has its own mechanism.

We already mark dot directories created by mkdir() and dot files created
by open() as hidden, so let's do that with fopen(), too (but only if the
file was just created, not when it already exists).

Naturally, we make this behavior optional on core.hideDotFiles.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Johannes Sixt <j6t@kdbg.org>
2009-10-18 17:43:10 +02:00
..
2009-10-02 03:32:51 -04:00
2009-04-22 19:03:39 -07:00
2008-09-30 14:30:06 -07:00
2009-03-02 18:28:06 -08:00
2007-06-07 00:04:01 -07:00
2009-09-18 20:00:42 -07:00
2009-09-18 20:00:42 -07:00
2009-03-18 19:23:04 -07:00