Re: What's cooking in git.git (Dec 2025, #03)
From: Adrian Ratiu <hidden>
Date: 2025-12-13 07:42:14
On Fri, 12 Dec 2025, Junio C Hamano [off-list ref] wrote:
* ar/run-command-hook (2025-12-04) 11 commits - 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 Use hook API to replace ad-hoc invocation of hook scripts with the run_command() API. Will merge to 'next'? source: [ref]
I think this can be merged to next, since the latest iteration has been sitting for a few weeks with no more feedback and all tests are green. Landing this will also unblock my next series to add parallel/config hooks on top of this one. Many thanks, Adrian