diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-12-01 00:08:47 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-12-01 00:12:46 +0100 |
| commit | 468cad66ff1f80ddaeee4123c24e4d53a032c00d (patch) | |
| tree | 5d9a54916aa7d738e429a24b3a0ee10ad0850a52 /.gitmodules | |
| parent | 1053448ad885c633af9805a750d6187d19efaa6c (diff) | |
| download | GitPython-468cad66ff1f80ddaeee4123c24e4d53a032c00d.tar.gz GitPython-468cad66ff1f80ddaeee4123c24e4d53a032c00d.zip | |
Fixed import of gitdb, keeping changed gitdb commit so that the submodule tests may work.
Switched gitdb submodule to new github url
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 271899fc..5741d992 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "gitdb"] path = git/ext/gitdb - url = git://github.com/Byron/gitdb.git + url = git://github.com/gitpython-developers/gitdb.git |
