Function resolve_commit_sha

Source
fn resolve_commit_sha(
    git_dir: Option<&Path>,
    commit_ref: &str,
) -> Result<String, String>
Expand description

Resolve the commit SHA of commit_ref.