Skip to content

Commit 95d25c4

Browse files
committed
Merge branch 'sb/submodule-parallel-update' into maint
Code clean-up. * sb/submodule-parallel-update: submodule.sh: remove unused variable
2 parents b3c2280 + c8d0c4f commit 95d25c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

git-submodule.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,6 @@ cmd_update()
611611
die_if_unmatched "$mode" "$sha1"
612612

613613
name=$(git submodule--helper name "$sm_path") || exit
614-
url=$(git config submodule."$name".url)
615614
if ! test -z "$update"
616615
then
617616
update_module=$update

0 commit comments

Comments
 (0)