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, JohannesYup, 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? Mark