pub fn get_renamed_paths( repo_root: &Path, diff_range: Option<&str>, min_similarity: u32, ) -> Result<(FxHashSet<PathBuf>, FxHashSet<PathBuf>)>