Files
git/builtin
Erik Faye-Lund 83035cde1d core.hidedotfiles: hide '.git' dir by default
At least for cross-platform projects, it makes sense to hide the
files starting with a dot, as this is the behavior on Unix/MacOSX.

However, at least Eclipse has problems interpreting the hidden flag
correctly, so the default is to hide only the .git/ directory.

The config setting core.hideDotFiles therefore supports not only
'true' and 'false', but also 'dotGitOnly'.

[jes: clarified the commit message, made git init respect the setting
by marking the .git/ directory only after reading the config, and added
documentation, and rebased on top of current junio/next]

Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2012-03-15 18:05:06 +01:00
..
2012-02-20 00:15:11 -08:00
2012-01-06 12:44:07 -08:00
2012-02-17 07:59:55 -08:00
2012-02-20 00:14:55 -08:00
2012-03-01 20:59:31 -08:00
2012-03-07 14:27:01 -08:00
2011-12-28 11:32:36 -08:00
2011-12-22 11:27:26 -08:00
2012-02-26 23:05:45 -08:00
2012-01-31 22:01:14 -08:00
2012-02-20 00:15:28 -08:00