Skip to main content

render

Function render 

Source
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.