diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-06-10 14:26:46 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-06-10 14:26:46 +0200 |
| commit | d7b486df99139ff867db01f6427408a12ff213b3 (patch) | |
| tree | 16197d630fdc3d7a593ddc47ca788764c9693ee1 /.gitmodules | |
| parent | 17d9d1395fb6d18d553e085150138463b5827a2f (diff) | |
| download | gitdb-d7b486df99139ff867db01f6427408a12ff213b3.tar.gz | |
Added smmap as submodule, assured the sys path makes it available
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 3db4c67..1be8cca 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ 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 + branch = master |
