Module git_graph::graph

source ·
Expand description

A graph structure representing the history of a Git repository.

Structs

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

Functions

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