On Wed, Jan 17, 2018 at 7:34 PM, Jonathan Tan <jonathantanmy@xxxxxxxxxx> wrote: > GIT_TRACE_CURL provides a way to debug what is being sent and received > over HTTP, with automatic redaction of sensitive information. But it > also logs data transmissions, which significantly increases the log file > size, sometimes unnecessarily. Add an option "GIT_TRACE_CURL_NO_DATA" to > allow the user to omit such data transmissions. > > Signed-off-by: Jonathan Tan <jonathantanmy@xxxxxxxxxx> > --- > http.c | 27 +++++++++++++++++++-------- > t/t5551-http-fetch-smart.sh | 12 ++++++++++++ > 2 files changed, 31 insertions(+), 8 deletions(-) Please document GIT_TRACE_CURL_NO_DATA in Documentation/git.txt.