From 6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023 Mon Sep 17 00:00:00 2001 From: Edgar Grimberg Date: Mon, 21 Feb 2011 00:07:39 +0100 Subject: [PATCH] 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 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0b6ed6f023..f23a5d4b8e 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 -- 2.30.2