Function tag_stale_commits

Source
pub fn tag_stale_commits(
    graph: &mut Graph,
    repo: &dyn Repo,
    earlier_than: SystemTime,
    ignore: &[Oid],
)