Expand description
A graph structure representing the history of a Git repository.
Structs§
- Branch
Info - Represents a branch (real or derived from merge summary).
- Branch
Vis - Branch properties for visualization.
- Commit
Info - Represents a commit.
- GitGraph
- Represents a git history graph.
- Head
Info - Information about the current HEAD
Functions§
- parse_
merge_ summary - Tries to extract the name of a merged-in branch from the merge commit summary.