pub fn hooks_post_commit(
repo: &Repository,
other_paths: Option<&[&str]>,
) -> Result<HookResult, HooksError>
Expand description
this hook is documented here https://git-scm.com/docs/githooks#_post_commit
pub fn hooks_post_commit(
repo: &Repository,
other_paths: Option<&[&str]>,
) -> Result<HookResult, HooksError>
this hook is documented here https://git-scm.com/docs/githooks#_post_commit