class RevList extends RevWalkTextBuiltin
TextBuiltin.TerminatedByHelpExceptionall, count, objects, outbuffer, parents, pathFilter, walk| Constructor and Description |
|---|
RevList() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
show(ObjectWalk ow,
RevObject obj)
"Show" the current RevCommit when called from the main processing loop.
|
protected void |
show(RevCommit c)
"Show" the current RevCommit when called from the main processing loop.
|
addAuthorRevFilter, addCMessageRevFilter, addCommitterRevFilter, createWalk, enableBoundary, enableDateOrder, enableReverse, enableTopoOrder, run, walkLoopabbreviateRef, containsHelp, die, die, die, die, execute, getErrorWriter, getOutputWriter, getRepository, getResourceBundle, init, initRaw, parseArguments, printUsage, printUsageAndExit, printUsageAndExit, requiresRepository, resolve, setCommandNameprotected void show(RevCommit c) throws java.lang.Exception
Implement this methods to define the behavior for subclasses of RevWalkTextBuiltin.
show in class RevWalkTextBuiltinc - The current RevCommitjava.lang.Exceptionprotected void show(ObjectWalk ow, RevObject obj) throws java.lang.Exception
The default implementation does nothing because most subclasses only process RevCommits.
show in class RevWalkTextBuiltinow - the ObjectWalk used by
RevWalkTextBuiltin.walkLoop()obj - The current RevObjectjava.lang.Exception