From: Junio C Hamano Date: Sun, 10 Sep 2017 08:03:06 +0000 (+0900) Subject: Merge branch 'sb/submodule-parallel-update' into maint X-Git-Tag: v2.14.2~9 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/95d25c412d140698ac0084bd94dcde8ecdcd332d?hp=b3c2280960083d973ac02032255c8ab7ed59e930 Merge branch 'sb/submodule-parallel-update' into maint Code clean-up. * sb/submodule-parallel-update: submodule.sh: remove unused variable --- diff --git a/git-submodule.sh b/git-submodule.sh index ffa2d66481..66d1ae8ef6 100755 --- a/git-submodule.sh +++ b/git-submodule.sh @@ -611,7 +611,6 @@ cmd_update() die_if_unmatched "$mode" "$sha1" name=$(git submodule--helper name "$sm_path") || exit - url=$(git config submodule."$name".url) if ! test -z "$update" then update_module=$update