]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'uh/git-svn-serf-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:46:06 +0000 (11:46 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Sep 2013 18:46:06 +0000 (11:46 -0700)
"git-svn" used with SVN 1.8.0 when talking over https:// connection
dumped core due to a bug in the serf library that SVN uses.  Work
it around on our side, even though the SVN side is being fixed.

* uh/git-svn-serf-fix:
  git-svn: fix termination issues for remote svn connections


Trivial merge