diff options
author | Edgar 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 |
commit | 6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023 (patch) | |
tree | 4dc4178aa5697376a724800d4af6e18b50f5dc13 /.gitmodules | |
parent | 2bd6a4795a2c4096aab614d729fe189b67b78d44 (diff) | |
download | riscv-openocd-6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023.zip riscv-openocd-6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023.tar.gz riscv-openocd-6ebac1b829fe1a04cae6fa29bf67d53c4fbe2023.tar.bz2 |
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-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 0b6ed6f..f23a5d4 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 |