commit | 19a6e24a11b76049feed76cbc5604a7fcb90ac14 | [log] [tgz] |
---|---|---|
author | Vincent Driessen <vincent@datafox.nl> | 周三 9月 15 20:08:38 2010 +0200 |
committer | Vincent Driessen <vincent@datafox.nl> | 周三 9月 15 20:08:38 2010 +0200 |
tree | e46e96ec6b9c2da39d639b604f5ab3430e23d7bf | |
parent | f8b34b237995b0b3d8d33b25fc6429720d617b9a [diff] |
Change submodule URL from git:// to http:// This makes it easy to download the submodule from behind a corporate firewall.
diff --git a/.gitmodules b/.gitmodules index 8566567..f4a246e 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,3 +1,3 @@ [submodule "shFlags"] path = shFlags - url = git://github.com/nvie/shFlags.git + url = https://nvie@github.com/nvie/shFlags.git