Skip to main content

get_changed_files

Function get_changed_files 

Source
pub fn get_changed_files(
    root: &Path,
    git_ref: &str,
) -> Option<FxHashSet<PathBuf>>
Expand description

Get changed files if git can resolve them, otherwise return None.