Re: [PATCH] imap-send.c: support GIT_CURL_VERBOSE

2015-01-06 Thread Junio C Hamano
"Kyle J. McKay" writes: > When using git-imap-send to send via cURL, support setting > the GIT_CURL_VERBOSE environment variable to enable cURL's > verbose mode. > ... > diff --git a/imap-send.c b/imap-send.c > index 4dfe4c25..060df834 100644 > --- a/imap-send.c > +++ b/imap-send.c > @@ -1431,7 +

[PATCH] imap-send.c: support GIT_CURL_VERBOSE

2015-01-06 Thread Kyle J. McKay
When using git-imap-send to send via cURL, support setting the GIT_CURL_VERBOSE environment variable to enable cURL's verbose mode. The existing http.c code already supports this and does it by simply checking to see whether or not the environment variable exists -- it does not examine the value a