]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/http-walker-status-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:11 +0000 (19:28 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:11 +0000 (19:28 +0900)
commit3151a5fc454ddab36baa9ca91b51fb255cc5ee6f
treeb1ed34ee30db5c3a79499defc32d5c8be501cc78
parentec08c4fd951b9ea5136aaecbaec834ffb665da80
parent3d10f72ef8eaa229b285d39b4848aac41e5a8b02
Merge branch 'jk/http-walker-status-fix'

dumb-http walker has been updated to share more error recovery
strategy with the normal codepath.

* jk/http-walker-status-fix:
  http: use normalize_curl_result() instead of manual conversion
  http: normalize curl results for dumb loose and alternates fetches
  http: factor out curl result code normalization