diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-07-05 18:17:26 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-07-05 18:17:26 +0200 |
| commit | bf638fd0c389e3eec0c054dfb97d3a57abab918d (patch) | |
| tree | b32d5b271cb1c1adfb091d7b29d0ee0033c1866a /.gitmodules | |
| parent | da12df95faf27f2d69c9b69391c61b584e16614d (diff) | |
| parent | f0c05ea8da7932961af162bb30231640b89e40bc (diff) | |
| download | GitPython-bf638fd0c389e3eec0c054dfb97d3a57abab918d.tar.gz GitPython-bf638fd0c389e3eec0c054dfb97d3a57abab918d.zip | |
Merge branch 'smmap'
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 |
