t7411: quote URLs
authorStefan Beller <sbeller@google.com>
Tue, 27 Dec 2016 19:36:04 +0000 (11:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jan 2017 22:18:22 +0000 (14:18 -0800)
commit7af55d1f2bfafbe0fbc897e6f82a36d1e460b680
tree616cdb813a0a18a237683d1db77025944c1299cf
parentd7dffce1cebde29a0c4b309a79e4345450bf352a
t7411: quote URLs

The variables may contain white spaces, so we need to quote them.
By not quoting the variables we'd end up passing multiple arguments to
git config, which doesn't fail for two arguments as value.

Signed-off-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7411-submodule-config.sh