From f77230f618722e964a76657ebb03d822b2f73518 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 10 Feb 2014 21:27:26 +0100 Subject: Basic fixes to get tests back on track. Of course there is much more work to be done here --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 7ad13154..95c6a160 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,8 @@ [submodule "async"] path = git/ext/async url = http://github.com/gitpython-developers/async.git + branch = master [submodule "smmap"] path = git/ext/smmap url = http://github.com/Byron/smmap.git + branch = master -- cgit v1.2.3