summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorEdgar Grimberg <edgar.grimberg@gmail.com>2011-02-21 00:07:39 +0100
committerØyvind Harboe <oyvind.harboe@zylin.com>2011-02-21 07:52:46 +0100
commit6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023 (patch)
tree4dc4178aa5697376a724800d4af6e18b50f5dc13 /.gitmodules
parent2bd6a4795a2c4096aab614d729fe189b67b78d44 (diff)
downloadopenocd+libswd-6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023.tar.gz
openocd+libswd-6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023.tar.bz2
openocd+libswd-6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023.tar.xz
openocd+libswd-6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023.zip
gitmodules: use http protocol for git2cl module
Use the http protocol for git2cl module, as it makes it easier for the firewall safe mirror to keep all submodules firewall safe. Signed-off-by: Edgar Grimberg <edgar.grimberg@gmail.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 0b6ed6f0..f23a5d4b 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,6 @@
[submodule "tools/git2cl"]
path = tools/git2cl
- url = git://repo.or.cz/git2cl.git
+ url = http://repo.or.cz/r/git2cl.git
[submodule "jimtcl"]
path = jimtcl
url = http://repo.or.cz/r/jimtcl.git