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()
Get depth to filter to. 
 | 
RevFlag | 
getReinterestingFlag()
Get flag marking commits that are interesting again. 
 | 
RevFlag | 
getUnshallowFlag()
Get flag marking commits that should become unshallow. 
 | 
int getDepth()
RevFlag getUnshallowFlag()
RevFlag getReinterestingFlag()
Copyright © 2020 Eclipse JGit Project. All rights reserved.