Skip to main content

get_changed_files

Function get_changed_files 

Source
pub fn get_changed_files(
    project: &ProjectRoot,
    git_ref: Option<&str>,
    include_untracked: bool,
) -> Result<Vec<ChangedFile>>