pub fn get_hooks_dir(
    git_run_info: &GitRunInfo,
    repo: &Repo,
    event_tx_id: Option<EventTransactionId>
) -> Result<PathBuf>
Expand description

Get the path where Git hooks are stored on disk.