pub fn hook_post_rewrite( effects: &Effects, git_run_info: &GitRunInfo, rewrite_type: &str, ) -> Result<(), Report>
Handle Git’s post-rewrite hook.
post-rewrite
See the man-page for githooks(5).
githooks(5)