Function hooks_prepare_commit_msg

Source
pub fn hooks_prepare_commit_msg(
    repo: &Repository,
    other_paths: Option<&[&str]>,
    source: PrepareCommitMsgSource,
    msg: &mut String,
) -> Result<HookResult, HooksError>
Expand description