public interface DepthWalk
Modifier and Type | Interface and Description |
---|---|
static class |
DepthWalk.Commit
RevCommit with a depth (in commits) from a root.
|
static class |
DepthWalk.ObjectWalk
Subclass of ObjectWalk that performs depth filtering.
|
static class |
DepthWalk.RevWalk
Subclass of RevWalk that performs depth filtering.
|
Modifier and Type | Method and Description |
---|---|
int |
getDepth() |
RevFlag |
getReinterestingFlag() |
RevFlag |
getUnshallowFlag() |
Copyright © 2015 Eclipse JGit Project. All rights reserved.