pub fn get_changed_paths_between_trees( repo: &Repository, lhs: Option<&Tree<'_>>, rhs: Option<&Tree<'_>>) -> Result<HashSet<PathBuf>, Error>