]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rs/use-strvec-pushv'
authorJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:28:18 +0000 (10:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 1 Apr 2026 17:28:19 +0000 (10:28 -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