Uses of Class
org.eclipse.jgit.revwalk.FIFORevQueue
Packages that use FIFORevQueue
Package
Description
High-level API commands (the porcelain of JGit).
Walking revision graphs (commit history).
-
Uses of FIFORevQueue in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type FIFORevQueueModifier and TypeMethodDescriptionprivate voidprivate voidNameRevCommand.addPrefixes(Map<ObjectId, String> nonCommits, FIFORevQueue pending) private void -
Uses of FIFORevQueue in org.eclipse.jgit.revwalk
Fields in org.eclipse.jgit.revwalk declared as FIFORevQueueModifier and TypeFieldDescriptionprivate final FIFORevQueueDelayRevQueue.delayprivate final FIFORevQueueBoundaryGenerator.InitialGenerator.heldprivate final FIFORevQueueDepthGenerator.pendingprivate final FIFORevQueueTopoNonIntermixSortGenerator.pendingprivate final FIFORevQueueTopoSortGenerator.pendingMethods in org.eclipse.jgit.revwalk that return FIFORevQueueModifier and TypeMethodDescriptionprivate static FIFORevQueueRevCommit.carryFlags1(RevCommit c, int carry, int depth) private static FIFORevQueueRevCommit.defer(FIFORevQueue q, int carry, RevCommit[] pList, int i) private static FIFORevQueueMethods in org.eclipse.jgit.revwalk with parameters of type FIFORevQueueModifier and TypeMethodDescriptionprivate static voidRevCommit.carryOneStep(FIFORevQueue q, int carry, RevCommit c) private static FIFORevQueueRevCommit.defer(FIFORevQueue q, int carry, RevCommit[] pList, int i) private static voidRevCommit.slowCarryFlags(FIFORevQueue q, int carry)