about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-04-09 05:18:59 -0700
committerbors <bors@rust-lang.org>2013-04-09 05:18:59 -0700
commitc6a4ba9791371a25474ab6145175f71072c3cccd (patch)
treea34ba772535e15a5acc31df3699903ba6cacb158
parent30dbbe17c9189fed32d0f5f332b4f6ff8f7cc4aa (diff)
parentf9f8a3e72c823d3858ebcd9aa021e619b6a37d77 (diff)
downloadrust-c6a4ba9791371a25474ab6145175f71072c3cccd.tar.gz
rust-c6a4ba9791371a25474ab6145175f71072c3cccd.zip
auto merge of #5800 : vivekgalatage/rust/master, r=bstrie
Currently submodules are using the git protocol. Git protocol is blocked
by certain corporate networks which makes it difficult to sync the submodules.

Replacing the git protocol with https in order to sync the submodules.
-rw-r--r--.gitmodules4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 4c61c7e409b..52ece628c57 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
 [submodule "src/llvm"]
 	path = src/llvm
-	url = git://github.com/brson/llvm.git
+	url = https://github.com/brson/llvm.git
 [submodule "src/libuv"]
 	path = src/libuv
-	url = git://github.com/brson/libuv.git
+	url = https://github.com/brson/libuv.git