Skip to main content

collect_reachable_commit_oids

Function collect_reachable_commit_oids 

Source
pub fn collect_reachable_commit_oids(
    git_dir: &Path,
    odb: &Odb,
) -> Result<HashSet<ObjectId>>
Expand description

Collect reachable commit OIDs from ref tips (same strategy as existing grit commit-graph).