pub fn hook_post_merge(effects: &Effects, _is_squash_merge: isize) -> Result<()>
Expand description

Handle Git’s post-merge hook. It seems that Git doesn’t invoke the post-commit hook after a merge commit, so we need to handle this case explicitly with another hook.

See the man-page for githooks(5).