Function branchless::core::rewrite::rewrite_hooks::hook_post_rewrite[][src]

pub fn hook_post_rewrite(
    effects: &Effects,
    git_run_info: &GitRunInfo,
    rewrite_type: &str
) -> Result<()>
Expand description

Handle Git’s post-rewrite hook.

See the man-page for githooks(5).