Function git_branchless::commands::hooks::hook_post_rewrite
source · [−]pub fn hook_post_rewrite(
effects: &Effects,
git_run_info: &GitRunInfo,
rewrite_type: &str
) -> Result<(), Report>
Expand description
Handle Git’s post-rewrite
hook.
See the man-page for githooks(5)
.