Skip to main content

changes_since

Function changes_since 

Source
pub fn changes_since(
    git_dir: &Path,
    base: &str,
    paths: &[&str],
) -> Result<Vec<PathBuf>, String>
Expand description

Returns true if any of the passed paths have changed since the base commit.