]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ar/run-command-hook' into jch
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 02:33:34 +0000 (11:33 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 02:33:34 +0000 (11:33 +0900)
Use hook API to replace ad-hoc invocation of hook scripts with the
run_command() API.

* ar/run-command-hook:
  receive-pack: convert receive hooks to hook API
  receive-pack: convert update hooks to new API
  hooks: allow callers to capture output
  run-command: allow capturing of collated output
  hook: allow overriding the ungroup option
  reference-transaction: use hook API instead of run-command
  transport: convert pre-push to hook API
  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 first helper for pp child states

1  2 
builtin/receive-pack.c
commit.c
refs.c
run-command.c

Simple merge
diff --cc commit.c
Simple merge
diff --cc refs.c
Simple merge
diff --cc run-command.c
Simple merge