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
commit676d716b1dac772b2808d36d6cf1baccf4b844e4 (patch)
treea013c22c26dbe1358f84987bba34720cd97cf7d2
parent1dd3f8df211efcbce98cbe768d18044a78ff2451 (diff)
downloadutil-image-676d716b1dac772b2808d36d6cf1baccf4b844e4.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