Mark Levedahl [off-list ref] writes:
On 9/18/23 11:58, Junio C Hamano wrote:
quoted
Johannes Schindelin [off-list ref] writes:
quoted
quoted
+ 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.