Function hooks_post_commit

Source
pub fn hooks_post_commit(
    repo: &Repository,
    other_paths: Option<&[&str]>,
) -> Result<HookResult, HooksError>
Expand description