Stefan Beller wrote:

> This could have been part of 48308681b0 (git submodule update: have a
> dedicated helper for cloning, 2016-02-29).
>
> Signed-off-by: Stefan Beller <[email protected]>
> ---
>  git-submodule.sh | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Jonathan Nieder <[email protected]>

Thanks for cleaning up.

> diff --git a/git-submodule.sh b/git-submodule.sh
> index e131760eec..9dcec7b356 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
> -- 
> 2.14.0.rc0.3.g6c2e499285
> 

Reply via email to