git-init: autodetect core.symlinks
commit75d244990364e322e87e2549846b17252f440627
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Aug 2007 07:25:04 +0000 (31 00:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Aug 2007 07:25:04 +0000 (31 00:25 -0700)
tree94afcf0b20cb51bff4c8f7a6129eba8a72079664
parent608403d7a522adb3f8c0244956a332ed1b286668
git-init: autodetect core.symlinks

We already autodetect if filemode is reliable on the filesystem
to deal with VFAT and friends.  Do the same for symbolic link
support.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-init-db.c