do not die on error of parsing fetchrecursesubmodules option
commitb55df152f0f0d607b31fd132d020ff6fbc417599
authorHeiko Voigt <hvoigt@hvoigt.net>
Sat, 28 Jun 2014 10:04:28 +0000 (28 12:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Jun 2014 20:41:42 +0000 (30 13:41 -0700)
treece7d65bc46e0a95be043e6d80f3ecf006f1653c3
parent12499fd7462d6b98c1b42333633b10e118828bd9
do not die on error of parsing fetchrecursesubmodules option

We should not die when reading the submodule config cache since the user
might not be able to get out of that situation when the configuration is
part of the history.

We should handle this condition later when the value is about to be
used.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c
submodule-config.c
submodule-config.h
submodule.c
submodule.h
t/t7411-submodule-config.sh