submodule: move update configuration variable further up
commit817bac35f24166e8b306ecef5283ed721068f113
authorHeiko Voigt <hvoigt@hvoigt.net>
Thu, 11 Aug 2011 17:51:45 +0000 (11 19:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2011 19:27:27 +0000 (11 12:27 -0700)
tree1f98a44f22bb8d8f78006d47c5ccb2b8024e3473
parent1421fd9df4f1e3ed232bd1c683c6e264a464a41e
submodule: move update configuration variable further up

Lets always initialize the 'update_module' variable with the final
value. This way we allow code which wants to check this configuration
early to do so right in the beginning of cmd_update().

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-submodule.sh