diff options
author | Dirk Wallenstein <halsmit@t-online.de> | 2011-04-05 09:58:28 +0200 |
---|---|---|
committer | Arnaud Fontaine <arnaud.fontaine@nexedi.com> | 2011-04-14 11:43:01 +0900 |
commit | 6c99de50a858bd82bc1562c74c728f03c49d399f (patch) | |
tree | aa9c691c2e681c10e455130a5c97f27c9c1a8974 | |
parent | 2682657b83f78de7e9b028ef3c1b08f381fee0d9 (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-- | .gitmodules | 2 |
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 |