Re: [PATCH 4/7] builtin/describe.c: print debug statements earlier

2017-10-31 Thread Stefan Beller
On Tue, Oct 31, 2017 at 12:03 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> For debuggers aid we'd want to print debug statements early, so >> introduce a new line in the debug output that describes the whole >> function, and the change the next debug output to describe why we need >> to

Re: [PATCH 4/7] builtin/describe.c: print debug statements earlier

2017-10-31 Thread Junio C Hamano
Stefan Beller writes: > For debuggers aid we'd want to print debug statements early, so > introduce a new line in the debug output that describes the whole > function, and the change the next debug output to describe why we need > to search. Conveniently drop the arg from the second line; which w