From 468cad66ff1f80ddaeee4123c24e4d53a032c00d Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 1 Dec 2010 00:08:47 +0100 Subject: Fixed import of gitdb, keeping changed gitdb commit so that the submodule tests may work. Switched gitdb submodule to new github url --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 271899fc..5741d992 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "gitdb"] path = git/ext/gitdb - url = git://github.com/Byron/gitdb.git + url = git://github.com/gitpython-developers/gitdb.git -- cgit v1.2.1