Re: [PATCH 09/19] tree-diff.c: reserve space in "base" for pathname concatenation
From: Junio C Hamano <hidden> Date: 2016-06-15 22:50:15
Nguyen Thai Ngoc Duy [off-list ref] writes:
Just googled around and found this [1]. I'm going with strbuf so it
can be reallocated if necessary. A bit tricky because "base" can be
moved, but I think it's worth it.
Thanks---I was about to suggest using strbuf but you figured it out
already, which is good ;-).