pub fn changed_paths_for_diff( root_path: impl AsRef<Path>, base_ref: &str, head_ref: &str, ) -> Result<Vec<String>, CodeIndexError>