diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2011-07-04 23:26:13 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2011-07-04 23:26:13 +0200 |
| commit | 1ddf05a78475a194ed1aa082d26b3d27ecc77475 (patch) | |
| tree | b5727ac49ff7a8ac2a9560cf85de60d60ad10e8f /.gitmodules | |
| parent | e9bd04844725661c8aa2aef11091f01eeab69486 (diff) | |
| parent | a92ab8028c7780db728d6aad40ea1f511945fc8e (diff) | |
| download | GitPython-1ddf05a78475a194ed1aa082d26b3d27ecc77475.tar.gz GitPython-1ddf05a78475a194ed1aa082d26b3d27ecc77475.zip | |
Merge branch 'remote-fixes' into 0.3
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index c1e1e76d..5741d992 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "gitdb"]
- path = git/ext/gitdb
- url = git://github.com/gitpython-developers/gitdb.git
+[submodule "gitdb"] + path = git/ext/gitdb + url = git://github.com/gitpython-developers/gitdb.git |
