git-init: autodetect core.ignorecase
commit2455406ab1b0e2b0ad9e5273b9aef6c739d5b8fe
authorDmitry Potapov <dpotapov@gmail.com>
Sun, 11 May 2008 16:16:39 +0000 (11 18:16 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 11 May 2008 18:31:28 +0000 (11 11:31 -0700)
treeb89f452766d0a6824a66da750fd8c3d0f1578e5d
parent1f8115b113def8ee03701aa87b26c5e8b7c94434
git-init: autodetect core.ignorecase

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>
builtin-init-db.c