aboutsummaryrefslogtreecommitdiff
path: root/tools/coccinelle/strvec.cocci
AgeCommit message (Collapse)Author
2026-03-24use strvec_pushv() to add another strvecJunio C Hamano
Add and apply a semantic patch that simplifies the code by letting strvec_pushv() append the items of a second strvec instead of pushing them one by one. Suggested-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>