diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-07-05 13:42:16 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-07-05 13:47:46 +0200 |
| commit | d37ef7770fbc22ce07634430d9a61516762a2724 (patch) | |
| tree | 612e2f473afe462c048fcc722ca424005ae92af0 /.gitmodules | |
| parent | da12df95faf27f2d69c9b69391c61b584e16614d (diff) | |
| download | GitPython-d37ef7770fbc22ce07634430d9a61516762a2724.tar.gz GitPython-d37ef7770fbc22ce07634430d9a61516762a2724.zip | |
Added smmap as submodule, package initialization adjusted to assure it is available
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 57b06fc8..8535685a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ -[submodule "git/ext/async"] +[submodule "async"] path = git/ext/async url = git://github.com/gitpython-developers/async.git +[submodule "smmap"] + path = git/ext/smmap + url = git://github.com/Byron/smmap.git |
