Re: [PATCH 03/12] for_each_alternate_ref: use strbuf for path allocation
From: Junio C Hamano <hidden>
Date: 2017-01-25 18:29:18
Jeff King [off-list ref] writes:
We have a string with ".../objects" pointing to the alternate object store, and overwrite bits of it to look at other paths in the (potential) git repository holding it. This works because the only path we care about is "refs", which is shorter than "objects".
Yup, this was probably copied from a lazy original I wrote ;-) Thanks for cleaning up.