]> git.ipfire.org Git - thirdparty/git.git/commit - submodule.h
submodule: allow erroneous values for the fetchRecurseSubmodules option
authorHeiko Voigt <hvoigt@hvoigt.net>
Tue, 18 Aug 2015 00:22:00 +0000 (17:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2015 18:43:10 +0000 (11:43 -0700)
commit027771fcb153e0003bcb2d68e1838594a48b0161
tree688a3f852ef82161a77db7ec8fd7c59ce601b956
parent851e18c3859ad0f9f7e91fdb4d6cce5a8272420b
submodule: allow erroneous values for the 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: Stefan Beller <sbeller@google.com>
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