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 GraphCommits
GraphCommits.fromWalk
(ProgressMonitor pm, Set<? extends ObjectId> wants, RevWalk walk) Prepare and create the commits forCommitGraphWriter
from the RevWalk.Constructors in org.eclipse.jgit.internal.storage.commitgraph with parameters of type GraphCommitsModifierConstructorDescriptionCommitGraphWriter
(GraphCommits graphCommits) Create commit-graph writer for these commits.CommitGraphWriter
(GraphCommits graphCommits, boolean generateChangedPathFilters) Create commit-graph writer for these commits.