[Xcb-commit] .gitmodules
Arnaud Fontaine
arnau at kemper.freedesktop.org
Wed Apr 13 19:43:01 PDT 2011
.gitmodules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit eb0b55aa4ea037ebbe76c5820c3b1f4be30fcd33
Author: Dirk Wallenstein <halsmit at t-online.de>
Date: Tue Apr 5 09:58:28 2011 +0200
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 at t-online.de>
Reviewed-by: Arnaud Fontaine <arnau at debian.org>
Reviewed-by: Gaetan Nadon <memsize at videotron.ca>
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
More information about the xcb-commit
mailing list