diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 15:59:11 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-05-05 15:59:11 +0200 |
| commit | f54546a9b857ae728033482f3c5c18c9ff3393c3 (patch) | |
| tree | f0b9e4816b3a7d5191139d945a82aff96f11ffda /.gitmodules | |
| parent | 9fc7b9a068189cc0d249d0870dfb0112ab5dec92 (diff) | |
| download | GitPython-f54546a9b857ae728033482f3c5c18c9ff3393c3.tar.gz GitPython-f54546a9b857ae728033482f3c5c18c9ff3393c3.zip | |
Added async submodule, formerly required by gitdb (which is still a valid submodule just yet)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 83a5207e..4a4d098d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,6 @@ 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 |
