Skip to main content

install_hooks

Function install_hooks 

Source
pub fn install_hooks(
    repo_root: &str,
) -> Result<Vec<(String, HookInstallResult)>, CoreError>
Expand description

Install retro git hooks (post-commit only) into the repository. Also cleans up old post-merge hooks that were retro-managed.