Mark Levedahl <mlevedahl@xxxxxxxxx> writes: > On 9/18/23 11:58, Junio C Hamano wrote: >> Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: >> >>>> + set cmd [concat git hook run --ignore-missing $hook_name -- $args 2>@1] >>>> + return [_open_stdout_stderr $cmd] >>> This looks so much nicer than the original code. >>> >>> Thank you, >>> Johannes >> Yup, looking good. > > Thanks. BTW, my commit message at "Furthermore, since v2.36 git > exposes its hook exection machinery via" needs > > s/exection/execution/ > > Should I resend? Nah, I'll just fix it up locally before merging.