diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-18 23:43:42 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-18 23:43:42 +0100 |
commit | 75c75fa136f6181f6ba2e52b8b85a98d3fe1718e (patch) | |
tree | ae9482d89ac6c358f983190759e5db0d41c7a047 /.gitmodules | |
parent | f1545bd9cd6953c5b39c488bf7fe179676060499 (diff) | |
download | gitpython-75c75fa136f6181f6ba2e52b8b85a98d3fe1718e.tar.gz |
Changed name/id of gitdb submodule to something that doesn't look like a path
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 4cdd431a..3e84903d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "lib/git/ext/gitdb"] +[submodule "gitdb"] path = lib/git/ext/gitdb url = git://gitorious.org/git-python/gitdb.git |