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

2017-10-31 Thread Eric Sunshine
On Tue, Oct 31, 2017 at 5:18 PM, Stefan Beller wrote: > 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 s/and the/and/ ...or... s/and the/an

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

2017-10-31 Thread Stefan Beller
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 will be useful in a follow up com