Skip to main content

log_graph

Function log_graph 

Source
pub async fn log_graph(repo_dir: &str, max_commits: usize) -> Option<GraphData>
Expand description

Get full commit graph across all branches for lane-based visualization

Uses git log --all --topo-order to get commits from all branches with parent SHAs, ref decorations, and timestamps.