]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ar/parallel-hooks' into jch
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 01:13:24 +0000 (10:13 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Apr 2026 01:13:24 +0000 (10:13 +0900)
* ar/parallel-hooks:
  t1800: test SIGPIPE with parallel hooks
  hook: allow hook.jobs=-1 to use all available CPU cores
  hook: add hook.<event>.enabled switch
  hook: move is_known_hook() to hook.c for wider use
  hook: warn when hook.<friendly-name>.jobs is set
  hook: add per-event jobs config
  hook: add -j/--jobs option to git hook run
  hook: mark non-parallelizable hooks
  hook: allow pre-push parallel execution
  hook: allow parallel hook execution
  hook: parse the hook.jobs config
  config: add a repo_config_get_uint() helper
  repository: fix repo_init() memleak due to missing _clear()

1  2 
Makefile
builtin/receive-pack.c
meson.build

diff --cc Makefile
Simple merge
Simple merge
diff --cc meson.build
Simple merge