Interface CommitGraphNode
public interface CommitGraphNode
A node within a commit graph.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getCommit
- Returns:
- the current commit represented by this node.
-
getParents
- Returns:
- the zero to many parents of the current commit.
-