CVSROOT: /cvs Module name: ports Changes by: st...@cvs.openbsd.org 2025/06/04 15:39:43
Modified files: devel/git : Makefile Added files: devel/git/patches: patch-preload-index_c Log message: clamp to online_cpus() rather than MAX_PARALLEL (hardcoded at 20) in git's preload-index. this reduces the number of parallel threads used by at least git checkout, and perhaps others. ok kn@