Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Method and Description |
---|---|
private void |
NameRevCommand.addPrefix(java.lang.String prefix,
java.util.Map<ObjectId,java.lang.String> nonCommits,
FIFORevQueue pending) |
private void |
NameRevCommand.addPrefixes(java.util.Map<ObjectId,java.lang.String> nonCommits,
FIFORevQueue pending) |
private void |
NameRevCommand.addRef(Ref ref,
java.util.Map<ObjectId,java.lang.String> nonCommits,
FIFORevQueue pending) |
Modifier and Type | Field and Description |
---|---|
private FIFORevQueue |
DelayRevQueue.delay |
private FIFORevQueue |
BoundaryGenerator.InitialGenerator.held |
private FIFORevQueue |
TopoSortGenerator.pending |
private FIFORevQueue |
DepthGenerator.pending |
Modifier and Type | Method and Description |
---|---|
private static FIFORevQueue |
RevCommit.carryFlags1(RevCommit c,
int carry,
int depth) |
private static FIFORevQueue |
RevCommit.defer(FIFORevQueue q,
int carry,
RevCommit[] pList,
int i) |
private static FIFORevQueue |
RevCommit.defer(RevCommit c) |
Modifier and Type | Method and Description |
---|---|
private static void |
RevCommit.carryOneStep(FIFORevQueue q,
int carry,
RevCommit c) |
private static FIFORevQueue |
RevCommit.defer(FIFORevQueue q,
int carry,
RevCommit[] pList,
int i) |
private static void |
RevCommit.slowCarryFlags(FIFORevQueue q,
int carry) |