Skip to main content

walk_commit_graph

Function walk_commit_graph 

Source
pub fn walk_commit_graph(
    store: &ObjectStore,
    start: &ObjectHash,
    known: &HashSet<String>,
) -> Result<Vec<ObjectHash>, String>
Expand description

Find all objects reachable from a commit (commits, trees, blobs)