]> git.ipfire.org Git - thirdparty/git.git/commit - http.c
http.c: implement the GIT_TRACE_CURL environment variable
authorElia Pinto <gitter.spiros@gmail.com>
Mon, 23 May 2016 13:44:02 +0000 (13:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
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 <tboegi@web.de>
Helped-by: Ramsay Jones <ramsay@ramsayjones.plus.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Helped-by: Jeff King <peff@peff.net>
Signed-off-by: Elia Pinto <gitter.spiros@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git.txt
http.c
http.h