]> git.ipfire.org Git - thirdparty/git.git/blobdiff - imap-send.c
Merge branch 'ps/ref-transaction-hook'
[thirdparty/git.git] / imap-send.c
index 6c54d8c29d64c0ea89943494986513c1054065f4..52737546f38b65f1cba1043dbda349d6680b78b6 100644 (file)
@@ -1464,7 +1464,7 @@ static CURL *setup_curl(struct imap_server_conf *srvc, struct credential *cred)
        curl_easy_setopt(curl, CURLOPT_UPLOAD, 1L);
 
        if (0 < verbosity || getenv("GIT_CURL_VERBOSE"))
-               curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
+               http_trace_curl_no_data();
        setup_curl_trace(curl);
 
        return curl;