Uses of Class
org.eclipse.jgit.internal.storage.commitgraph.GraphCommits
-
Packages that use GraphCommits Package Description org.eclipse.jgit.internal.storage.commitgraph -
-
Uses of GraphCommits in org.eclipse.jgit.internal.storage.commitgraph
Methods in org.eclipse.jgit.internal.storage.commitgraph that return GraphCommits Modifier and Type Method Description static 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 GraphCommits Constructor Description CommitGraphWriter(GraphCommits graphCommits)Create commit-graph writer for these commits.
-