diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-10 22:45:07 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-13 16:39:53 +0200 |
| commit | 7076f43567df4cd9531a771bff6c9b3ecd313252 (patch) | |
| tree | a436a75f6de55a85f33727abf5a455ec80fae393 /.gitmodules | |
| parent | 095013f9b8f7cbdbcbeda215c469be3da9e7d2b3 (diff) | |
| download | GitPython-7076f43567df4cd9531a771bff6c9b3ecd313252.tar.gz GitPython-7076f43567df4cd9531a771bff6c9b3ecd313252.zip | |
Fixed submodule tests to go with either the old or the new version of gitdb
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
