submodule: move update configuration variable further up
authorHeiko Voigt <hvoigt@hvoigt.net>
Thu, 11 Aug 2011 17:51:45 +0000 (19:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Aug 2011 19:27:27 +0000 (12:27 -0700)
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>
No differences found