]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ar/run-command-hook'
authorJunio C Hamano <gitster@pobox.com>
Tue, 6 Jan 2026 07:33:53 +0000 (16:33 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 Jan 2026 07:33:53 +0000 (16:33 +0900)
commitf406b8955295d01089ba2baf35eceadff2d11cae
tree7b53772788307329d2c0e4005b13f2a5621f529e
parent1627809eeff75e6ec936fc609e7be46d5eb2fa9e
parentc65f26fca46f742e8e457d859a83c4e6ef3c3953
Merge branch 'ar/run-command-hook'

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