]> git.99rst.org Git - git.git/commitdiff
Merge branch 'rs/strbuf-avoid-redundant-reset'
authorJunio C Hamano <redacted>
Wed, 22 Jul 2026 17:30:54 +0000 (10:30 -0700)
committerJunio C Hamano <redacted>
Wed, 22 Jul 2026 17:30:54 +0000 (10:30 -0700)
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()


Trivial merge
git clone https://git.99rst.org/PROJECT