]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ms/http-no-more-failonerror'
authorJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2019 20:47:55 +0000 (12:47 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jan 2019 20:47:55 +0000 (12:47 -0800)
commit99c0bdd09de2b04b7a4464e14fe9b65e2152b3d1
treec1f6d44dc2743af383148345b2590860965f380f
parentd94ade7f1f30409adecf8bdbae74d85cfb9705ef
parente4871cd50c87610469a08b7fa8ef46677d2b8b7b
Merge branch 'ms/http-no-more-failonerror'

Debugging help for http transport.

* ms/http-no-more-failonerror:
  test: test GIT_CURL_VERBOSE=1 shows an error
  remote-curl: unset CURLOPT_FAILONERROR
  remote-curl: define struct for CURLOPT_WRITEFUNCTION
  http: enable keep_error for HTTP requests
  http: support file handles for HTTP_KEEP_ERROR
http.c
remote-curl.c