]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ar/run-command-hook' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 28 Dec 2025 09:15:28 +0000 (18:15 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Dec 2025 09:15:28 +0000 (18:15 +0900)
commit048cdffe2116a5406367220519b1c8e4bb72f599
tree2214b5eadd8cb0d8019e16d755494560b24463f4
parent99d21acd7ba5b6a1b02e43aebb41f2796b70c8fb
parentc65f26fca46f742e8e457d859a83c4e6ef3c3953
Merge branch 'ar/run-command-hook' into next

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
builtin/receive-pack.c
commit.c
refs.c
run-command.c