java.lang.Object
org.eclipse.jgit.internal.storage.commitgraph.GraphCommits
All Implemented Interfaces:
Iterable<RevCommit>

public class GraphCommits extends Object implements Iterable<RevCommit>
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.
Since:
6.5