Files
git-mirror/tools
Junio C Hamano 5a35274c13 Merge branch 'rs/use-strvec-pushv' into jch
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
2026-03-25 13:03:26 -07:00
..

Developer Tooling

This directory is expected to contain all sorts of tooling that relates to our build infrastructure. This includes scripts and inputs required by our build systems, but also scripts that developers are expected to run manually.