summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-01-16 12:57:11 +0100
committerTor Andersson <tor.andersson@artifex.com>2017-01-17 17:15:59 +0100
commit2d8d711df455bf5cc5a7c7ba08c98867df3f33ef (patch)
tree9777596f64db36cda0371c096be1ead949cde5af /.gitmodules
parent3d6b14ebd824a9397bd2d231dd231fe2eab5c0d7 (diff)
downloadmupdf-2d8d711df455bf5cc5a7c7ba08c98867df3f33ef.tar.xz
Use relative URLs for git submodules.
Also flatten the git repository namespace, so that we can host a complete mirror of all repositories and submodules on github.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitmodules b/.gitmodules
index 13da2e4a..86e59dcd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,27 +1,27 @@
[submodule "thirdparty/jbig2dec"]
path = thirdparty/jbig2dec
- url = git://git.ghostscript.com/jbig2dec.git
+ url = ../jbig2dec.git
[submodule "thirdparty/mujs"]
path = thirdparty/mujs
- url = git://git.ghostscript.com/mujs.git
+ url = ../mujs.git
[submodule "thirdparty/freetype"]
path = thirdparty/freetype
- url = git://git.ghostscript.com/thirdparty/freetype.git
+ url = ../thirdparty-freetype2.git
[submodule "thirdparty/harfbuzz"]
path = thirdparty/harfbuzz
- url = git://git.ghostscript.com/thirdparty/harfbuzz.git
+ url = ../thirdparty-harfbuzz.git
[submodule "thirdparty/jpeg"]
path = thirdparty/jpeg
- url = git://git.ghostscript.com/thirdparty/jpeg.git
+ url = ../thirdparty-libjpeg.git
[submodule "thirdparty/openjpeg"]
path = thirdparty/openjpeg
- url = git://git.ghostscript.com/thirdparty/openjpeg.git
+ url = ../thirdparty-openjpeg.git
[submodule "thirdparty/zlib"]
path = thirdparty/zlib
- url = git://git.ghostscript.com/thirdparty/zlib.git
+ url = ../thirdparty-zlib.git
[submodule "thirdparty/glfw"]
path = thirdparty/glfw
- url = git://git.ghostscript.com/thirdparty/glfw.git
+ url = ../thirdparty-glfw.git
[submodule "thirdparty/curl"]
path = thirdparty/curl
- url = git://git.ghostscript.com/thirdparty/curl.git
+ url = ../thirdparty-curl.git