git-init: autodetect core.ignorecase
authorDmitry Potapov <dpotapov@gmail.com>
Sun, 11 May 2008 16:16:39 +0000 (18:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 May 2008 18:31:28 +0000 (11:31 -0700)
We already detect if symbolic links are supported by the filesystem.
This patch adds autodetect for case-insensitive filesystems, such
as VFAT and others.

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found