Function git_branchless::commands::hooks::hook_post_merge
source · [−]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)
.