Re: [PATCH] Add strbuf_printf() to do formatted printing to a strbuf.
From: Junio C Hamano <hidden> Date: 2016-06-15 22:43:25
Kristian Høgsberg [off-list ref] writes:
The old hardcoded limitation of just 2048 bytes wasn't too bad, considering
that it's just the limit for one strbuf_printf invocation, not the total
size of the strbuf contents.
I tend to agree with you now. Sorry for the noise to make you
go to wild goose chase. This does not look worth it.