Browse Source

Merge branch 'sb/submodule-parallel-update' into maint

Code clean-up.

* sb/submodule-parallel-update:
  submodule.sh: remove unused variable
maint
Junio C Hamano 8 years ago
parent
commit
95d25c412d
  1. 1
      git-submodule.sh

1
git-submodule.sh

@ -611,7 +611,6 @@ cmd_update() @@ -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

Loading…
Cancel
Save