Package | Description |
---|---|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Field and Description |
---|---|
private DateRevQueue |
MergeBaseGenerator.pending |
private DateRevQueue |
PendingGenerator.pending |
Constructor and Description |
---|
PendingGenerator(RevWalk w,
DateRevQueue p,
RevFilter f,
int out) |
Modifier and Type | Field and Description |
---|---|
private DateRevQueue |
WalkFetchConnection.localCommitQueue
Commits already reachable from all local refs.
|