Module graph

Source
Expand description

A graph structure representing the history of a Git repository.

Structs§

BranchInfo
Represents a branch (real or derived from merge summary).
BranchVis
Branch properties for visualization.
CommitInfo
Represents a commit.
GitGraph
Represents a git history graph.
HeadInfo
Information about the current HEAD

Functions§

parse_merge_summary
Tries to extract the name of a merged-in branch from the merge commit summary.