http.c: implement the GIT_TRACE_CURL environment variable
authorElia Pinto <redacted>
Mon, 23 May 2016 13:44:02 +0000 (13:44 +0000)
committerJunio C Hamano <redacted>
Tue, 24 May 2016 22:48:18 +0000 (15:48 -0700)
commit74c682d3c63bff8860af5caf9bd38a5413568709
treee8447a94ad2cfbef7123bdc2e4b9bba82b353175
parente6ac6e1f7d54584c2b03f073b5f329a37f4a9561
http.c: implement the GIT_TRACE_CURL environment variable

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 GIT_TRACE_CURL
environment variable.

Helped-by: Torsten Bögershausen <redacted>
Helped-by: Ramsay Jones <redacted>
Helped-by: Junio C Hamano <redacted>
Helped-by: Eric Sunshine <redacted>
Helped-by: Jeff King <redacted>
Signed-off-by: Elia Pinto <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/git.txt
http.c
http.h
git clone https://git.99rst.org/PROJECT