From 294ee691d0fdac46d31550c7f1751d09cfb5a0f0 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 1 Dec 2010 10:28:42 +0100 Subject: setup .gitmodules to use a tracking branch automatically --- .gitmodules | 1 + 1 file changed, 1 insertion(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 5741d992..83a5207e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "gitdb"] path = git/ext/gitdb url = git://github.com/gitpython-developers/gitdb.git + branch = master -- cgit v1.2.1