]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/use-strvec-pushv' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2026 21:24:08 +0000 (14:24 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Mar 2026 21:24:08 +0000 (14:24 -0700)
Code paths that loop over another array to push each element into a
strvec have been rewritten to use strvec_pushv() instead.

* rs/use-strvec-pushv:
  use strvec_pushv() to add another strvec

1  2 
submodule.c

diff --cc submodule.c
Simple merge