Skip to content

Commit

Permalink
Use https for submodule
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
doctaweeks authored and zx2c4 committed Sep 21, 2017
1 parent 51cc456 commit de29788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit de29788

Please sign in to comment.