diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-08-23 14:13:14 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-23 14:13:14 -0700 |
commit | 4add209e2c1f31c25297a5610f6720d7504001d5 (patch) | |
tree | aafe0ba3a6bef95447324b0614835bced321a77b /git-submodule.sh | |
parent | 0f8472a4973d8ded25ece3a7efb25afa8719a393 (diff) | |
parent | c8d0c4fe9b7987e2d68eb2b639d0f4eb5f89599b (diff) | |
download | git-4add209e2c1f31c25297a5610f6720d7504001d5.tar.gz |
Merge branch 'sb/submodule-parallel-update'
Code clean-up.
* sb/submodule-parallel-update:
submodule.sh: remove unused variable
Diffstat (limited to 'git-submodule.sh')
-rwxr-xr-x | git-submodule.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |