Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
imap-send.c: support GIT_CURL_VERBOSE
[gitweb.git]
/
imap-send.c
diff --git
a/imap-send.c
b/imap-send.c
index 4dfe4c25d76649e982858c69e6bc7ff1ec32f645..060df834cb45bb1dd71f5bb954542cf469e92a30 100644
(file)
--- a/
imap-send.c
+++ b/
imap-send.c
@@
-1431,7
+1431,7
@@
static CURL *setup_curl(struct imap_server_conf *srvc)
curl_easy_setopt(curl, CURLOPT_UPLOAD, 1L);
- if (0 < verbosity)
+ if (0 < verbosity
|| getenv("GIT_CURL_VERBOSE")
)
curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
return curl;