summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Wallenstein <halsmit@t-online.de>2011-04-05 09:58:28 +0200
committerArnaud Fontaine <arnaud.fontaine@nexedi.com>2011-04-14 11:43:01 +0900
commiteb0b55aa4ea037ebbe76c5820c3b1f4be30fcd33 (patch)
tree4df8f5e5cd4a11d9afcf165358631ff69bfeb63b
parent4824b7dc328751dcfc48a3c2ae0f2be3df217ebd (diff)
downloadxcb-util-eb0b55aa4ea037ebbe76c5820c3b1f4be30fcd33.tar.gz
Use an absolute URL for the m4 submodule
A relative submodule URL requires m4 duplicates relative to every fork or local mirror of this module. To select a different protocol with an absolute submodule URL, the url.<base>.insteadOf configuration option can be used. Signed-off-by: Dirk Wallenstein <halsmit@t-online.de> Reviewed-by: Arnaud Fontaine <arnau@debian.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 459533d..cff1b86 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "m4"]
path = m4
- url = ../util-common-m4.git
+ url = git://anongit.freedesktop.org/xcb/util-common-m4.git