pub fn changes_since( git_dir: &Path, base: &str, paths: &[&str], ) -> Result<Vec<PathBuf>, String>
Returns true if any of the passed paths have changed since the base commit.
paths
base