pub fn build_reach(
commits: &[CommitNode],
facts: &ObjectFacts<'_>,
policy: ReachPolicy,
) -> Vec<ReachEntry>Expand description
Build the reachability bitmaps.
commits must already carry generation numbers (see
crate::graph::assign_generations) and be ordered parents-before-children,
which that function guarantees.