Files
git/Documentation/config
Adrian Ratiu f280b00a29 hook: add per-event jobs config
Add a hook.<event>.jobs count config that allows users to override the
global hook.jobs setting for specific hook events.

This allows finer-grained control over parallelism on a per-event basis.

For example, to run `post-receive` hooks with up to 4 parallel jobs
while keeping other events at their global default:

[hook]
    post-receive.jobs = 4

Signed-off-by: Adrian Ratiu <adrian.ratiu@collabora.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-04-06 09:18:52 -07:00
..
2026-02-17 13:30:41 -08:00
2025-02-14 17:53:47 -08:00
2026-03-04 10:52:59 -08:00
2025-12-09 07:38:56 +09:00
2025-02-14 17:53:47 -08:00
2026-04-06 09:18:52 -07:00
2025-08-08 09:14:46 -07:00
2025-02-14 17:53:47 -08:00
2025-10-20 14:12:17 -07:00