Method | Description | |
---|---|---|
Dispose ( ) : void | ||
ObjectWalk ( Repository repo ) : System |
Create a new revision and object walker for a given repository.
|
|
checkConnectivity ( ) : void |
Verify all interesting objects are available, and reachable.
|
|
markStart ( |
Mark an object or commit to start graph traversal from.
|
|
markUninteresting ( |
Mark an object to not produce in the output.
|
|
next ( ) : |
||
nextObject ( ) : |
Pop the next most recent object.
|
Method | Description | |
---|---|---|
AddObject ( |
||
MarkTreeUninteresting ( |
||
ShouldSkipObject ( |
||
reset ( int retainFlags ) : void |
public ObjectWalk ( Repository repo ) : System | ||
repo | Repository | /// The repository the walker will obtain data from. /// |
return | System |
public markStart ( |
||
o | /// The object to start traversing from. The object passed must be /// from this same revision walker. /// | |
return | void |
public markUninteresting ( |
||
o | /// The object to start traversing from. The object passed must be /// from this same revision walker. /// | |
return | void |