pub fn try_get_changed_files( root: &Path, git_ref: &str, ) -> Result<FxHashSet<PathBuf>, ChangedFilesError>
Get files changed since a git ref.