diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-13 17:25:34 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-13 17:25:34 +0200 |
commit | a7ff2f08dfa70d49767b54af40ddeec4241ba95d (patch) | |
tree | 8d15a56bf391c7a7fa33fdfd775efa8685fea48a | |
parent | 6660f610a255438c6ce3bc756c57c4b3538d9172 (diff) | |
download | gitpython-a7ff2f08dfa70d49767b54af40ddeec4241ba95d.tar.gz |
Fixed incorrect gitmodules file which used gitdb once again, instead of just async
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 5741d992..57b06fc8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "gitdb"] - path = git/ext/gitdb - url = git://github.com/gitpython-developers/gitdb.git +[submodule "git/ext/async"] + path = git/ext/async + url = git://github.com/gitpython-developers/async.git |