From e004c644a41e9cae95e0ccf548d279c90bd6df77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Berg?= Date: Fri, 26 Mar 2010 00:58:24 +0100 Subject: [PATCH] Update .gitmodules to point to the actual libgit2 host now. --- .gitmodules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index c049c3b..6794840 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ [submodule "libgit2"] path = libgit2 - url = git://github.com/pieter/libgit2.git - -# Please don't change the submodule link since we really need the -# "saved" libgit2 from Pieter's repo as GitX uses a deprecated function -# to calculate the realSha \ No newline at end of file + url = git://repo.or.cz/libgit2.git \ No newline at end of file