diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-08-30 00:52:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-08-30 00:52:00 +0200 |
commit | 49ca6f39869d404f13f2ee82c7b9bc30dfd20879 (patch) | |
tree | 92d20fa251c84e8093839b3341999690dd9d6d98 | |
parent | 653699a56f8e3ebfa4f19e098f03bd817beb9680 (diff) | |
download | json_diff-49ca6f39869d404f13f2ee82c7b9bc30dfd20879.tar.gz |
Move submodules (which we care about) to luther.ceplovi.cz/git
-rw-r--r-- | .gitmodules | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/.gitmodules b/.gitmodules index f5387b2..7ce5704 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,15 +1,6 @@ -[submodule "xdiff/ruby"] - path = xdiff/ruby - url = git://github.com/cmsd2/xdiff.git -[submodule "xdiff/UM-C"] - path = xdiff/UM-C - url = git@gitorious.org:json_diff/x-diff_c.git [submodule "xdiff/UM-J"] path = xdiff/UM-J - url = git@gitorious.org:json_diff/x-diff_j.git -[submodule "test/data"] - path = test/data - url = git@gitorious.org:json_diff/test-data.git -[submodule "hinnerup"] - path = hinnerup - url = git@gitorious.org:json_diff/jsonhandler.git + url = http://luther.ceplovi.cz/git/UM-J.git +[submodule "xdiff/UM-C"] + path = xdiff/UM-C + url = http://luther.ceplovi.cz/git/UM-C.git |