Skip to main content

try_get_changed_files

Function try_get_changed_files 

Source
pub fn try_get_changed_files(
    root: &Path,
    git_ref: &str,
) -> Result<FxHashSet<PathBuf>, ChangedFilesError>
Expand description

Get files changed since a git ref.