mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-07 02:07:35 -05:00
Merge branch 'sb/submodule-parallel-update' into maint
Code clean-up. * sb/submodule-parallel-update: submodule.sh: remove unused variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user