Test in git-init-db if the filemode can be trusted
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 25 Oct 2005 23:43:03 +0000 (01:43 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 26 Oct 2005 23:48:26 +0000 (16:48 -0700)
commite24317b4d093e4b148996172d0b749f09a0e6f2e
tree16bd34923e223d186dc0aa68f4f80c1dee389c52
parentbd321bcc51e95f644ac5335abe673afcbcaade62
Test in git-init-db if the filemode can be trusted

... and if not, write an appropriate .git/config. Of course, that happens
only if no config file was yet created (by a template or a hook).

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
init-db.c