Re: [PATCH 3/4] t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var

2016-09-07 Thread Junio C Hamano
Junio C Hamano writes: > Elia Pinto writes: > + cp expect expect.$$ && + cp actual actual.$$ && + cp output output.$$ && >>> >>> What are these three cp's about? They don't seem to be related to the >>> stated changes.

Re: [PATCH 3/4] t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var

2016-09-07 Thread Junio C Hamano
Elia Pinto writes: >>> + cp expect expect.$$ && >>> + cp actual actual.$$ && >>> + cp output output.$$ && >> >> What are these three cp's about? They don't seem to be related to the >> stated changes. Are they leftover debugging gunk? > Yes, i am very

Re: [PATCH 3/4] t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var

2016-09-05 Thread Elia Pinto
2016-09-05 15:43 GMT+02:00 Eric Sunshine : > On Mon, Sep 5, 2016 at 6:24 AM, Elia Pinto wrote: >> Use the new GIT_TRACE_CURL environment variable instead >> of the deprecated GIT_CURL_VERBOSE. >> >> Signed-off-by: Elia Pinto

Re: [PATCH 3/4] t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var

2016-09-05 Thread Eric Sunshine
On Mon, Sep 5, 2016 at 6:24 AM, Elia Pinto wrote: > Use the new GIT_TRACE_CURL environment variable instead > of the deprecated GIT_CURL_VERBOSE. > > Signed-off-by: Elia Pinto > --- > diff --git a/t/t5550-http-fetch-dumb.sh

[PATCH 3/4] t5550-http-fetch-dumb.sh: use the GIT_TRACE_CURL environment var

2016-09-05 Thread Elia Pinto
Use the new GIT_TRACE_CURL environment variable instead of the deprecated GIT_CURL_VERBOSE. Signed-off-by: Elia Pinto --- t/t5550-http-fetch-dumb.sh | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/t/t5550-http-fetch-dumb.sh