Package | Description |
---|---|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
BitmappedReachabilityChecker
Checks the reachability using bitmaps.
|
(package private) class |
PedestrianReachabilityChecker
Checks the reachability walking the graph from the starters towards the
target.
|
Modifier and Type | Method and Description |
---|---|
ReachabilityChecker |
RevWalk.createReachabilityChecker()
Get a reachability checker for commits over this revwalk.
|