pub fn diff_git_refs_with_catalogs(
repo_path: &Path,
left_ref: &str,
right_ref: &str,
) -> Result<(DiffResult, OntologyCatalog, OntologyCatalog)>Expand description
Like diff_git_refs, but also returns the left and right catalogs used for the diff.