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)
pub fn walk_commit_graph(
store: &ObjectStore,
start: &ObjectHash,
known: &HashSet<String>,
) -> Result<Vec<ObjectHash>, String>Find all objects reachable from a commit (commits, trees, blobs)