On Mon, May 23, 2016 at 6:44 AM, Elia Pinto wrote:
> +static void curl_dump_header(const char *text, unsigned char *ptr, size_t
> size, int hide_sensitive_header)
> +{
> + struct strbuf out = STRBUF_INIT;
> + const char *sensitive_header;
This variable now has become unused, so I'll
Implement the GIT_TRACE_CURL environment variable to allow a
greater degree of detail of GIT_CURL_VERBOSE, in particular
the complete transport header and all the data payload exchanged.
It might be useful if a particular situation could require a more
thorough debugging analysis. Document the new
2 matches
Mail list logo