Uses of Class
org.eclipse.jgit.internal.storage.commitgraph.GraphCommits
Packages that use GraphCommits
-
Uses of GraphCommits in org.eclipse.jgit.internal.storage.commitgraph
Methods in org.eclipse.jgit.internal.storage.commitgraph that return GraphCommitsModifier and TypeMethodDescriptionstatic GraphCommitsGraphCommits.fromWalk(ProgressMonitor pm, Set<? extends ObjectId> wants, RevWalk walk) Prepare and create the commits forCommitGraphWriterfrom the RevWalk.Constructors in org.eclipse.jgit.internal.storage.commitgraph with parameters of type GraphCommitsModifierConstructorDescriptionCommitGraphWriter(GraphCommits graphCommits) Create commit-graph writer for these commits.