From: Junio C Hamano Date: Mon, 25 May 2026 00:40:08 +0000 (+0900) Subject: Merge branch 'jk/pretty-no-strbuf-presizing' X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=734fd43d3fd5477e6be7c2609a812f5b5c8c5b01;p=thirdparty%2Fgit.git Merge branch 'jk/pretty-no-strbuf-presizing' Remove ineffective strbuf presizing that would have computed an allocation that would not have fit in the available memory anyway, or too small due to integer wraparound to cause immediate automatic growing. * jk/pretty-no-strbuf-presizing: pretty: drop strbuf pre-sizing from add_rfc2047() --- 734fd43d3fd5477e6be7c2609a812f5b5c8c5b01