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
commit6dd12d51c82b18aa7570a12e5afea81abc1c9311 (patch)
tree1e50a6ac87adc77c63822d90b036e85a1131bb7e
parentd48d0219e5e2451cd2803976be8a9bb903f2fb12 (diff)
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