From: Junio C Hamano Date: Tue, 23 Dec 2025 02:33:34 +0000 (+0900) Subject: Merge branch 'ar/run-command-hook' into jch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2dba4f25391c967d3a110af4be037c21cc38b17;p=thirdparty%2Fgit.git Merge branch 'ar/run-command-hook' into jch 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 --- d2dba4f25391c967d3a110af4be037c21cc38b17