]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/pretty-no-strbuf-presizing' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 17 May 2026 14:01:23 +0000 (23:01 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 May 2026 14:01:23 +0000 (23:01 +0900)
commitee684c614f72162ac7132f1121792780f35fea26
tree499737f148c3e03850baec42e45e12c82a60d67b
parent8553437ae1dd02f8eaa07c439ad914dd8a36f299
parenta9ce8526dcc8592429ae73c8f73b29792aa30aa1
Merge branch 'jk/pretty-no-strbuf-presizing' into next

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()
pretty.c