From b3099c20cad881920d74f225a5c290b7da4cd543 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 7 Aug 2007 02:16:11 +0100 Subject: [PATCH] Move the git submodule url to git://repo.or.cz/git/mingw/4msysgit.git Pasky has fixed the fork of a fork situation, and we can really start through now! Signed-off-by: Johannes Schindelin --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 0565afb3..91785894 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "git"] path = git - url = git://repo.or.cz/git/mingw4msysgit.git/ + url = git://repo.or.cz/git/mingw/4msysgit.git/ -- 2.11.4.GIT