Re: [PATCH v2 4/5] sequencer: use the new hook API for the simpler "post-rewrite" call
From: Junio C Hamano <hidden> Date: 2023-02-08 21:17:44
Ævar Arnfjörð Bjarmason [off-list ref] writes:
From: Emily Shaffer <redacted>
Change the invocation of the "post-rewrite" hook added in
795160457db (sequencer (rebase -i): run the post-rewrite hook, if
needed, 2017-01-02) to use the new hook API.
Very straight-forward, thanks to the previous step (i.e. addition of
the "path_to_stdin" support). Nicely done.