diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-10 22:28:55 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-13 15:05:31 +0200 |
| commit | 40762f9a744c3719396a71819c1fcd3815cc2f2b (patch) | |
| tree | d0ce23606151137103c4eed8dfff2a8ec4793e28 /.gitmodules | |
| parent | 17d9d1395fb6d18d553e085150138463b5827a2f (diff) | |
| parent | cb4059bccea6d01e41d63c66fda502823a35220f (diff) | |
| download | gitdb-40762f9a744c3719396a71819c1fcd3815cc2f2b.tar.gz | |
Merge branch 'smmap'
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 3db4c67..5dfd8e9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,6 @@ [submodule "async"] path = gitdb/ext/async url = git://github.com/gitpython-developers/async.git - branch = master +[submodule "smmap"] + path = gitdb/ext/smmap + url = git://github.com/Byron/smmap.git |
