pub fn get_changed_files<P: AsRef<Path>>( repo_path: P, from: &str, to: &str, ) -> Result<Vec<PathBuf>>
Get the list of files changed between two git references