// git_helpers/review_baseline/io.rs — boundary module for libgit2 revwalk operations.
// File stem is `io` — recognized as boundary module by forbid_mut_binding and
// forbid_mutating_receiver_methods lints.
/// Count commits reachable from `head_oid` but not from `baseline` using a revwalk.
///
/// This is a fallback for when `repo.graph_ahead_behind` is unavailable.
pub