git-init: autodetect core.ignorecase
authorDmitry Potapov <redacted>
Sun, 11 May 2008 16:16:39 +0000 (18:16 +0200)
committerJunio C Hamano <redacted>
Sun, 11 May 2008 18:31:28 +0000 (11:31 -0700)
commit2455406ab1b0e2b0ad9e5273b9aef6c739d5b8fe
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 <redacted>
Signed-off-by: Steffen Prohaska <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin-init-db.c
git clone https://git.99rst.org/PROJECT