From: Daniel M. Weeks Date: Wed, 20 Sep 2017 15:17:29 +0000 (-0400) Subject: Use https for submodule X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/de297883385030f4bdcd2f5c3839d1187611b949 Use https for submodule The git protocol provides no transport security. https does provide transport security and should be preferred by default. https is also more likely than git to be permitted by firewalls in restricted environments. Signed-off-by: Daniel M. Weeks --- diff --git a/.gitmodules b/.gitmodules index 1daea94..5c6ecb4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "git"] - url = git://git.kernel.org/pub/scm/git/git.git + url = https://git.kernel.org/pub/scm/git/git.git path = git