From 7076f43567df4cd9531a771bff6c9b3ecd313252 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Fri, 10 Jun 2011 22:45:07 +0200 Subject: Fixed submodule tests to go with either the old or the new version of gitdb --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 57b06fc8..5741d992 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "git/ext/async"] - path = git/ext/async - url = git://github.com/gitpython-developers/async.git +[submodule "gitdb"] + path = git/ext/gitdb + url = git://github.com/gitpython-developers/gitdb.git -- cgit v1.2.1