pub fn graph(root: &Path, limit: Option<usize>) -> Result<Vec<GraphCommit>>Expand description
The commit graph across all branches (most recent first), with parent links, ref decorations, and a flag marking commits that touched the board. Intended for drawing a git-graph view of the board’s history.