pub fn get_changed_files( root: &Path, git_ref: &str, ) -> Option<FxHashSet<PathBuf>>
Get changed files if git can resolve them, otherwise return None.
None