Skip to main content

get_changed_files

Function get_changed_files 

Source
pub fn get_changed_files(
    project_path: &Path,
    base: Option<&str>,
    since: Option<&str>,
) -> Vec<String>
Expand description

Get files changed since a commit or time period.