diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-01-29 12:47:55 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-01-29 12:47:55 -0800 |
| commit | 99c0bdd09de2b04b7a4464e14fe9b65e2152b3d1 (patch) | |
| tree | c1f6d44dc2743af383148345b2590860965f380f /http.h | |
| parent | d94ade7f1f30409adecf8bdbae74d85cfb9705ef (diff) | |
| parent | e4871cd50c87610469a08b7fa8ef46677d2b8b7b (diff) | |
| download | git-99c0bdd09de2b04b7a4464e14fe9b65e2152b3d1.tar.xz | |
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
Diffstat (limited to 'http.h')
| -rw-r--r-- | http.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -146,7 +146,6 @@ extern char *get_remote_object_url(const char *url, const char *hex, /* Options for http_get_*() */ struct http_get_options { unsigned no_cache:1, - keep_error:1, initial_request:1; /* If non-NULL, returns the content-type of the response. */ |
