Re: [PATCH 0/12] reducing resource usage of for_each_alternate_ref

2017-01-23 Thread Jeff King
On Mon, Jan 23, 2017 at 05:33:41PM -0800, Brandon Williams wrote: > On 01/23, Jeff King wrote: > > > > A brief overview of the patches: > > > > [01/12]: for_each_alternate_ref: handle failure from real_pathdup() > > [02/12]: for_each_alternate_ref: stop trimming trailing slashes > > [03/12

Re: [PATCH 0/12] reducing resource usage of for_each_alternate_ref

2017-01-23 Thread Brandon Williams
On 01/23, Jeff King wrote: > > A brief overview of the patches: > > [01/12]: for_each_alternate_ref: handle failure from real_pathdup() > [02/12]: for_each_alternate_ref: stop trimming trailing slashes > [03/12]: for_each_alternate_ref: use strbuf for path allocation > > Bugfixes and c