Function trim_old_branches

Source
pub fn trim_old_branches(
    graph: &mut Graph,
    earlier_than: SystemTime,
    ignore: &[Oid],
) -> Vec<String>