diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-06 14:58:14 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-06 14:58:14 +0200 |
commit | 56da804ff295a05a38dc2cc73755706ea756fc52 (patch) | |
tree | 74d6a846a7b2a935b231e56751b89f00ad7c3437 | |
parent | 4177eefd7bdaea96a529b00ba9cf751924ede202 (diff) | |
download | gitpython-56da804ff295a05a38dc2cc73755706ea756fc52.tar.gz |
removed gitdb submodule
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | git/ext/gitdb | 0 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 4a4d098d..57b06fc8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,3 @@ -[submodule "gitdb"] - path = git/ext/gitdb - url = git://github.com/gitpython-developers/gitdb.git - branch = master [submodule "git/ext/async"] path = git/ext/async url = git://github.com/gitpython-developers/async.git diff --git a/git/ext/gitdb b/git/ext/gitdb deleted file mode 160000 -Subproject 6463c10db377573e695bc504a9451bdb6cbf61f |