Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.zx2c4.com/cgit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Weeks <dan@danweeks.net>2017-09-20 18:17:29 +0300
committerJason A. Donenfeld <Jason@zx2c4.com>2017-09-22 01:52:57 +0300
commitde297883385030f4bdcd2f5c3839d1187611b949 (patch)
tree53e975ec746abb90686106f74cccf90a6bc525f0 /.gitmodules
parent51cc456b773a3bb7253fad2146c1a0d2b0fa98cb (diff)
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 <dan@danweeks.net>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
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