pub fn commit_msg_hook(patterns: &[String]) -> StringExpand description
The commit-msg hook installed into every candidate worktree.
POSIX sh plus sed, which is what git runs hooks with on every platform
magi supports, git-for-windows included. sed is given a case-insensitive
expansion of each configured substring so the hook and
strip_attribution agree on what counts as attribution.