On 2020.09.08 17:49, Emily Shaffer wrote:
In order to enable hooks to be run as an external process, by a
standalone Git command, or by tools which wrap Git, provide an external
means to run all configured hook commands for a given hook event.
For now, the hook commands will in config order, in series. As alternate
Looks like a small typo here:
s/will in config order/will run in config order/