From: Junio C Hamano Date: Wed, 22 Jul 2026 17:30:54 +0000 (-0700) Subject: Merge branch 'rs/strbuf-avoid-redundant-reset' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88620f05acd5e5506efbb583704c73937379d3d4;p=thirdparty%2Fgit.git Merge branch 'rs/strbuf-avoid-redundant-reset' A redundant strbuf_reset() call in the 'HAVE_GETDELIM' path of strbuf_getwholeline() has been removed, as getdelim() overwrites the buffer and the length is updated afterward. * rs/strbuf-avoid-redundant-reset: strbuf: avoid redundant reset in strbuf_getwholeline() --- 88620f05acd5e5506efbb583704c73937379d3d4