Module org.eclipse.jgit
Package org.eclipse.jgit.internal.storage.commitgraph
-
Interface Summary Interface Description CommitGraph The CommitGraph is a supplemental data structure that accelerates commit graph walks.CommitGraph.CommitData Metadata of a commit in commit data chunk. -
Class Summary Class Description CommitGraphLoader The loader returns the representation of the commit-graph file content.CommitGraphWriter Writes a commit-graph formatted file.GraphCommits The commits which are used by the commit-graph writer to: List commits in SHA1 order. Get the position of a specific SHA1 in the list. -
Exception Summary Exception Description CommitGraphFormatException Thrown when a commit-graph file's format is different from we expected