pub fn render_with(commits: &[GraphCommit], style: GraphStyle) -> Vec<GraphRow>Expand description
Render the commit graph for an ordered list of commits with a chosen glyph style.
Input order MUST be topological (children before parents). Use git2’s
Sort::TOPOLOGICAL | Sort::TIME for live data.