summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-06-13 15:57:42 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-06-13 15:57:42 +0200
commit59587d81412ca9da1fd06427efd864174d76c1c5 (patch)
tree2a02ddc3ea62bd7b51ca2b518533fc00653657dc /.gitmodules
parent48fab54afab49f18c260463a79b90d594c7a5833 (diff)
downloadgitpython-59587d81412ca9da1fd06427efd864174d76c1c5.tar.gz
Made remote line parsing more stable. On windows it can be that we encounter partial or intermixed lines from the pipe. This really shouldn't be, but its windows so it happens
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 5741d992..c1e1e76d 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