pub fn render(commits: &[GraphCommit]) -> Vec<GraphRow>Expand description
Render the commit graph using the default ASCII style. Kept for callers
that don’t need to choose a style. New code should prefer render_with.
pub fn render(commits: &[GraphCommit]) -> Vec<GraphRow>Render the commit graph using the default ASCII style. Kept for callers
that don’t need to choose a style. New code should prefer render_with.