From 4a8bdce7a665a0b38fc822b7f05a8c2e80ccd781 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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 67cfa9b8..5741d992 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ -[submodule "gitdb"] - path = git/ext/gitdb - url = git://github.com/gitpython-developers/gitdb.git - branch = master +[submodule "gitdb"] + path = git/ext/gitdb + url = git://github.com/gitpython-developers/gitdb.git -- cgit v1.2.1