Skip to main content

commit_exists

Function commit_exists 

Source
pub fn commit_exists(
    repo_path: &Path,
    commit_sha: &str,
) -> Result<bool, GitError>
Expand description

Check if a commit exists in the repository.