public static class DepthWalk.Commit extends RevCommit
Modifier and Type | Field and Description |
---|---|
(package private) int |
depth
Depth of this commit in the graph, via shortest path.
|
(package private) boolean |
isBoundary |
(package private) boolean |
makesChildBoundary
True if this commit was excluded due to a shallow fetch
setting.
|
commitTime, inDegree, NO_PARENTS, parents
Modifier | Constructor and Description |
---|---|
protected |
Commit(AnyObjectId id)
Initialize a new commit.
|
Modifier and Type | Method and Description |
---|---|
int |
getDepth() |
boolean |
isBoundary() |
carry, carryFlags, disposeBody, getAuthorIdent, getCommitterIdent, getCommitTime, getEncoding, getEncodingName, getFooterLines, getFooterLines, getFooterLines, getFullMessage, getParent, getParentCount, getParents, getRawBuffer, getRawGpgSignature, getShortMessage, getTree, getType, hasLF, parse, parse, parseBody, parseCanonical, parseHeaders, reset, toString
add, add, appendCoreFlags, getId, has, hasAll, hasAny, remove, remove
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId
int depth
boolean isBoundary
boolean makesChildBoundary
protected Commit(AnyObjectId id)
id
- object name for the commit.