pub fn changed_since(
repo: &Path,
since_commit: &str,
paths: &[String],
) -> Option<bool>Expand description
True if any commit reachable from HEAD and NEWER than since_commit touches one of
paths (a triggered_by set). None if git fails or since_commit is unknown — in
which case event-driven staleness is simply NOT evaluated (never a false not-green).