]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rj/strvec-splice-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2024 01:54:29 +0000 (17:54 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2024 01:54:29 +0000 (17:54 -0800)
Correct strvec_splice() that misbehaved when the strvec is empty.

* rj/strvec-splice-fix:
  strvec: `strvec_splice()` to a statically initialized vector


Trivial merge