Package | Description |
---|---|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Class and Description |
---|---|
class |
FIFORevQueue
A queue of commits in FIFO order.
|
class |
LIFORevQueue
A queue of commits in LIFO order.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
BoundaryGenerator.shareFreeList(BlockRevQueue q) |
(package private) void |
BoundaryGenerator.InitialGenerator.shareFreeList(BlockRevQueue q) |
void |
BlockRevQueue.shareFreeList(BlockRevQueue q)
Connect the supplied queue to this generator's own free list (if any).
|
(package private) void |
DepthGenerator.shareFreeList(BlockRevQueue q) |
(package private) void |
RewriteGenerator.shareFreeList(BlockRevQueue q) |
(package private) void |
Generator.shareFreeList(BlockRevQueue q)
Connect the supplied queue to this generator's own free list (if any).
|
(package private) void |
TopoSortGenerator.shareFreeList(BlockRevQueue q) |