Skip to content

git: Globally limit number of threads

Patrick Steinhardt requested to merge pks-git-grep-limit-threading into master

This MR globally limits the number of threads used by git-pack-objects(1) and git-grep(1). Fixes #4120 (comment 891493328).

Merge request reports