Uses of Class
org.eclipse.jgit.revwalk.RevWalk
Packages that use RevWalk
Package
Description
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Building/rendering revision graphs.
Walking revision graphs (commit history).
Filters for use in revision walking.
Transport (fetch/push) for different protocols.
-
Uses of RevWalk in org.eclipse.jgit.internal.revwalk
Methods in org.eclipse.jgit.internal.revwalk with parameters of type RevWalkModifier and TypeMethodDescriptionfinal boolean
final boolean
final boolean
Constructors in org.eclipse.jgit.internal.revwalk with parameters of type RevWalkModifierConstructorDescriptionPedestrianReachabilityChecker
(boolean topoSort, RevWalk walk) New instance of the reachability checker using a existing walk. -
Uses of RevWalk in org.eclipse.jgit.internal.storage.commitgraph
Methods in org.eclipse.jgit.internal.storage.commitgraph with parameters of type RevWalkModifier and TypeMethodDescriptionstatic GraphCommits
GraphCommits.fromWalk
(ProgressMonitor pm, Set<? extends ObjectId> wants, RevWalk walk) Prepare and create the commits forCommitGraphWriter
from the RevWalk. -
Uses of RevWalk in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type RevWalkModifier and TypeMethodDescriptionvoid
ReftableBatchRefUpdate.execute
(RevWalk rw, ProgressMonitor pm, List<String> options) -
Uses of RevWalk in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type RevWalkModifier and TypeMethodDescriptionObjectReader.createReachabilityChecker
(RevWalk rw) Create a reachability checker that will use bitmaps if possible.Delete the ref.void
BatchRefUpdate.execute
(RevWalk walk, ProgressMonitor monitor) Execute this batch update without option strings.void
BatchRefUpdate.execute
(RevWalk walk, ProgressMonitor monitor, List<String> options) Execute this batch update.Gracefully update the ref to the new value. -
Uses of RevWalk in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as RevWalk -
Uses of RevWalk in org.eclipse.jgit.revplot
Subclasses of RevWalk in org.eclipse.jgit.revplotModifier and TypeClassDescriptionclass
Specialized RevWalk for visualization of a commit graph.Methods in org.eclipse.jgit.revplot with parameters of type RevWalk -
Uses of RevWalk in org.eclipse.jgit.revwalk
Subclasses of RevWalk in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionstatic class
Subclass of ObjectWalk that performs depth filtering.static class
Subclass of RevWalk that performs depth filtering.class
Specialized subclass of RevWalk to include trees, blobs and tags.Methods in org.eclipse.jgit.revwalk that return RevWalkModifier and TypeMethodDescriptionRevFlag.getRevWalk()
Get the revision walk instance this flag was created from.Methods in org.eclipse.jgit.revwalk with parameters of type RevWalkModifier and TypeMethodDescriptionstatic int
Count the number of commits that are reachable fromstart
until a commit that is reachable fromend
is encountered.Find commits that are reachable fromstart
until a commit that is reachable fromend
is encountered.RevWalkUtils.findBranchesReachableFrom
(RevCommit commit, RevWalk revWalk, Collection<Ref> refs) Find the list of branches a given commit is reachable from when following parents.RevWalkUtils.findBranchesReachableFrom
(RevCommit commit, RevWalk revWalk, Collection<Ref> refs, ProgressMonitor monitor) Find the list of branches a given commit is reachable from when following parents.RevCommit.getChangedPathFilter
(RevWalk rw) Get the changed path filter of the commit.boolean
static RevCommit
Parse a commit from its canonical format.static RevTag
Parse an annotated tag from its canonical format.void
Set the revision walker this list populates itself from.Constructors in org.eclipse.jgit.revwalk with parameters of type RevWalkModifierConstructorDescriptionTreeRevFilter
(RevWalk walker, TreeFilter t) Create aRevFilter
from aTreeFilter
. -
Uses of RevWalk in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter with parameters of type RevWalkModifier and TypeMethodDescriptionboolean
boolean
boolean
Determine if the supplied commit should be included in results.abstract boolean
Determine if the supplied commit should be included in results.boolean
boolean
-
Uses of RevWalk in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return RevWalkModifier and TypeMethodDescriptionReceivePack.getRevWalk()
Get the RevWalk instance used by this connection.final RevWalk
UploadPack.getRevWalk()
Get the RevWalk instance used by this connection.ConnectivityChecker.ConnectivityCheckInfo.getWalk()
Get the walk to parse commitsMethods in org.eclipse.jgit.transport with parameters of type RevWalkModifier and TypeMethodDescriptionAbstractAdvertiseRefsHook.getAdvertisedHaves
(Repository repository, RevWalk revWalk) Get the additional haves to advertise.AbstractAdvertiseRefsHook.getAdvertisedRefs
(Repository repository, RevWalk revWalk) Get the refs to advertise.void
Set the walk to parse commitsprotected void
RemoteRefUpdate.updateTrackingRef
(RevWalk walk) Update locally stored tracking branch with the new object.void
ReceiveCommand.updateType
(RevWalk walk) Update the type of this command by checking for fast-forward.