Skip to main content

parents_of

Function parents_of 

Source
pub fn parents_of(repo: &Path, commits: &[String]) -> Vec<(String, Vec<String>)>
Expand description

Who each of these commits comes from, in one call.

A walk prints a line and a DAG has edges: a range flattens three branches into an order that says nothing about which came from which.