]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ar/run-command-hook-take-2' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 22 Feb 2026 20:27:58 +0000 (12:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Feb 2026 20:27:58 +0000 (12:27 -0800)
Use the hook API to replace ad-hoc invocation of hook scripts via
the run_command() API.

* ar/run-command-hook-take-2:
  receive-pack: convert receive hooks to hook API
  receive-pack: convert update hooks to new API
  run-command: poll child input in addition to output
  hook: add jobs option
  reference-transaction: use hook API instead of run-command
  transport: convert pre-push to hook API
  hook: allow separate std[out|err] streams
  hook: convert 'post-rewrite' hook in sequencer.c to hook API
  hook: provide stdin via callback
  run-command: add stdin callback for parallelization
  run-command: add helper for pp child states
  t1800: add hook output stream tests

1  2 
builtin/receive-pack.c
refs.c
sequencer.c
transport.c

Simple merge
diff --cc refs.c
Simple merge
diff --cc sequencer.c
Simple merge
diff --cc transport.c
Simple merge