Git.History

A convenience function which loads the entire Git history into a graph.

Members

Structs

Commit
struct Commit

An entry corresponding to a Git commit in this History object.

Variables

commits
Commit*[CommitID] commits;

All commits in this History object.

numCommits
size_t numCommits;

Number of commits in commits.

refs
CommitID[string] refs;

A map of full Git refs (e.g. "refs/heads/master") to their commit IDs.

Meta