Package | Description |
---|---|
org.eclipse.jgit.lib | |
org.eclipse.jgit.merge | |
org.eclipse.jgit.revplot | |
org.eclipse.jgit.revwalk | |
org.eclipse.jgit.revwalk.filter | |
org.eclipse.jgit.transport |
Modifier and Type | Method and Description |
---|---|
RefUpdate.Result |
RefUpdate.delete(RevWalk walk)
Delete the ref.
|
RefUpdate.Result |
RefUpdate.update(RevWalk walk)
Gracefully update the ref to the new value.
|
void |
ObjectReader.walkAdviceBeginCommits(RevWalk walk,
java.util.Collection<RevCommit> roots)
Advice from a
RevWalk that a walk is starting from these roots. |
Modifier and Type | Field and Description |
---|---|
protected RevWalk |
Merger.walk
A RevWalk for computing merge bases, or listing incoming commits.
|
Modifier and Type | Class and Description |
---|---|
class |
PlotWalk
Specialized RevWalk for visualization of a commit graph.
|
Modifier and Type | Method and Description |
---|---|
void |
PlotCommitList.source(RevWalk w) |
Modifier and Type | Class and Description |
---|---|
static class |
DepthWalk.ObjectWalk
Subclass of ObjectWalk that performs depth filtering.
|
static class |
DepthWalk.RevWalk
Subclass of RevWalk that performs depth filtering.
|
class |
ObjectWalk
Specialized subclass of RevWalk to include trees, blobs and tags.
|
Modifier and Type | Method and Description |
---|---|
RevWalk |
RevFlag.getRevWalk()
Get the revision walk instance this flag was created from.
|
Modifier and Type | Method and Description |
---|---|
static int |
RevWalkUtils.count(RevWalk walk,
RevCommit start,
RevCommit end)
Count the number of commits that are reachable from
start
until a commit that is reachable from end is encountered. |
static RevTag |
RevTag.parse(RevWalk rw,
byte[] raw)
Parse an annotated tag from its canonical format.
|
static RevCommit |
RevCommit.parse(RevWalk rw,
byte[] raw)
Parse a commit from its canonical format.
|
void |
RevCommitList.source(RevWalk w)
Set the revision walker this list populates itself from.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
RevFilter.include(RevWalk walker,
RevCommit cmit)
Determine if the supplied commit should be included in results.
|
boolean |
SkipRevFilter.include(RevWalk walker,
RevCommit cmit) |
boolean |
NotRevFilter.include(RevWalk walker,
RevCommit c) |
boolean |
PatternMatchRevFilter.include(RevWalk walker,
RevCommit cmit) |
boolean |
SubStringRevFilter.include(RevWalk walker,
RevCommit cmit) |
boolean |
MaxCountRevFilter.include(RevWalk walker,
RevCommit cmit) |
Modifier and Type | Field and Description |
---|---|
protected RevWalk |
BaseReceivePack.walk
Revision traversal support over
BaseReceivePack.db . |
Modifier and Type | Method and Description |
---|---|
RevWalk |
UploadPack.getRevWalk() |
RevWalk |
BaseReceivePack.getRevWalk() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<ObjectId> |
AbstractAdvertiseRefsHook.getAdvertisedHaves(Repository repository,
RevWalk revWalk)
Get the additional haves to advertise.
|
protected abstract java.util.Map<java.lang.String,Ref> |
AbstractAdvertiseRefsHook.getAdvertisedRefs(Repository repository,
RevWalk revWalk)
Get the refs to advertise.
|
protected void |
RemoteRefUpdate.updateTrackingRef(RevWalk walk)
Update locally stored tracking branch with the new object.
|
Copyright © 2012. All Rights Reserved.