diff options
author | Sebastian Thiel <sebastian.thiel@trixter.de> | 2012-07-23 20:29:12 +0200 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@trixter.de> | 2012-07-23 20:29:12 +0200 |
commit | 6b5f70cc54c20513262b71f234665d618a7d57d2 (patch) | |
tree | 7c7c6f1f0f9b3b5cda4ca5822da5949dbea5abf0 | |
parent | 864cf1a4ff5a2a00d5248c67ef013ff31c65e28b (diff) | |
download | gitpython-6b5f70cc54c20513262b71f234665d618a7d57d2.tar.gz |
submodules now use the http protocol to faciliate use in corporate networks
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 8535685a..7ad13154 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "async"] path = git/ext/async - url = git://github.com/gitpython-developers/async.git + url = http://github.com/gitpython-developers/async.git [submodule "smmap"] path = git/ext/smmap - url = git://github.com/Byron/smmap.git + url = http://github.com/Byron/smmap.git |