Package | Description |
---|---|
org.eclipse.jgit.internal.revwalk | |
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
org.eclipse.jgit.revwalk |
Walking revision graphs (commit history).
|
Modifier and Type | Class and Description |
---|---|
class |
BitmappedReachabilityChecker
Checks the reachability using bitmaps.
|
class |
PedestrianReachabilityChecker
Checks the reachability walking the graph from the starters towards the
target.
|
Modifier and Type | Method and Description |
---|---|
ReachabilityChecker |
ObjectReader.createReachabilityChecker(RevWalk rw)
Create a reachability checker that will use bitmaps if possible.
|
Modifier and Type | Method and Description |
---|---|
ReachabilityChecker |
RevWalk.createReachabilityChecker()
Deprecated.
use
ObjectReader#createReachabilityChecker(RevWalk)
instead. |
Copyright © 2021 Eclipse JGit Project. All rights reserved.