Uses of Class
org.eclipse.jgit.revwalk.RevWalk
-
Packages that use RevWalk Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.internal.revwalk org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.internal.storage.reftable org.eclipse.jgit.internal.transport.connectivity org.eclipse.jgit.junit org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.pgm org.eclipse.jgit.pgm.opt org.eclipse.jgit.revplot Building/rendering revision graphs.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.revwalk.filter Filters for use in revision walking.org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of RevWalk in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as RevWalk Modifier and Type Field Description private RevWalkDescribeCommand. wprivate RevWalkLogCommand. walkprivate RevWalkNameRevCommand. walkprivate RevWalkRebaseCommand. walkMethods in org.eclipse.jgit.api with parameters of type RevWalk Modifier and Type Method Description private SubmoduleDeinitCommand.SubmoduleDeinitStatusSubmoduleDeinitCommand. checkDirty(RevWalk revWalk, java.lang.String path)Check if a submodule is dirty.(package private) static voidAddNoteCommand. commitNoteMap(Repository r, java.lang.String ref, RevWalk walk, NoteMap map, RevCommit notesCommit, ObjectInserter inserter, java.lang.String msg)private DirCacheCommitCommand. createTemporaryIndex(ObjectId headId, DirCache index, RevWalk rw)private RevCommitCherryPickCommand. getParentCommit(RevCommit srcCommit, RevWalk revWalk)private voidCommitCommand. processOptions(RepositoryState state, RevWalk rw)Sets default values for not explicitly specified options.private RefTagCommand. updateTagRef(ObjectId tagId, RevWalk revWalk, java.lang.String tagName, java.lang.String newTagToString) -
Uses of RevWalk in org.eclipse.jgit.blame
Subclasses of RevWalk in org.eclipse.jgit.blame Modifier and Type Class Description (package private) classReverseWalkFields in org.eclipse.jgit.blame declared as RevWalk Modifier and Type Field Description private RevWalkBlameGenerator. revPoolRevision pool used to acquire commits from.Methods in org.eclipse.jgit.blame with parameters of type RevWalk Modifier and Type Method Description (package private) voidCandidate. beginResult(RevWalk rw)(package private) voidCandidate.BlobCandidate. beginResult(RevWalk rw)(package private) voidCandidate.HeadCandidate. beginResult(RevWalk rw) -
Uses of RevWalk in org.eclipse.jgit.internal.revwalk
Fields in org.eclipse.jgit.internal.revwalk declared as RevWalk Modifier and Type Field Description private RevWalkBitmappedReachabilityChecker. walkprivate RevWalkPedestrianReachabilityChecker. walkMethods in org.eclipse.jgit.internal.revwalk with parameters of type RevWalk Modifier and Type Method Description booleanAddToBitmapFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanAddToBitmapWithCacheFilter. include(RevWalk rw, RevCommit c)Determine if the supplied commit should be included in results.booleanAddUnseenToBitmapFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanBitmappedReachabilityChecker.ReachedFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.Constructors in org.eclipse.jgit.internal.revwalk with parameters of type RevWalk Constructor Description BitmappedReachabilityChecker(RevWalk walk)PedestrianReachabilityChecker(boolean topoSort, RevWalk walk)New instance of the reachability checker using a existing walk. -
Uses of RevWalk in org.eclipse.jgit.internal.storage.dfs
Fields in org.eclipse.jgit.internal.storage.dfs declared as RevWalk Modifier and Type Field Description private RevWalkDfsPackCompactor. rwprivate RevWalkDfsRefUpdate. rwMethods in org.eclipse.jgit.internal.storage.dfs with parameters of type RevWalk Modifier and Type Method Description RefUpdate.ResultDfsRefUpdate. update(RevWalk walk)Gracefully update the ref to the new value. -
Uses of RevWalk in org.eclipse.jgit.internal.storage.file
Fields in org.eclipse.jgit.internal.storage.file declared as RevWalk Modifier and Type Field Description private RevWalkFileReftableDatabase.FileReftableRefUpdate. rwMethods in org.eclipse.jgit.internal.storage.file with parameters of type RevWalk Modifier and Type Method Description private static RefList<Ref>PackedBatchRefUpdate. applyUpdates(RevWalk walk, RefList<Ref> refs, java.util.List<ReceiveCommand> commands)private booleanPackedBatchRefUpdate. checkNonFastForwards(RevWalk walk, java.util.List<ReceiveCommand> commands)private booleanPackedBatchRefUpdate. checkObjectExistence(RevWalk walk, java.util.List<ReceiveCommand> commands)voidPackedBatchRefUpdate. execute(RevWalk walk, ProgressMonitor monitor, java.util.List<java.lang.String> options)Execute this batch update.private static RefPackedBatchRefUpdate. peeledRef(RevWalk walk, ReceiveCommand cmd)private static RefFileReftableDatabase. refForWrite(RevWalk rw, Ref r)RefUpdate.ResultFileReftableDatabase.FileReftableRefUpdate. update(RevWalk walk) -
Uses of RevWalk in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack with parameters of type RevWalk Modifier and Type Method Description private PackWriterBitmapPreparer.CommitSelectionHelperPackWriterBitmapPreparer. captureOldAndNewCommits(RevWalk rw, int expectedCommitCount, java.util.Set<? extends ObjectId> excludeFromBitmapSelection)Records which of thewantscan be found in the previous GC pack's bitmap indices and which are new.booleanPackWriterBitmapPreparer.NotInBitmapFilter. include(RevWalk rw, RevCommit c) -
Uses of RevWalk in org.eclipse.jgit.internal.storage.reftable
Methods in org.eclipse.jgit.internal.storage.reftable with parameters of type RevWalk Modifier and Type Method Description private booleanReftableBatchRefUpdate. checkNonFastForwards(RevWalk rw, java.util.List<ReceiveCommand> pending)private booleanReftableBatchRefUpdate. checkObjectExistence(RevWalk rw, java.util.List<ReceiveCommand> pending)voidReftableBatchRefUpdate. execute(RevWalk rw, ProgressMonitor pm, java.util.List<java.lang.String> options)Execute this batch update.private static java.util.List<Ref>ReftableBatchRefUpdate. toNewRefs(RevWalk rw, java.util.List<ReceiveCommand> pending) -
Uses of RevWalk in org.eclipse.jgit.internal.transport.connectivity
Methods in org.eclipse.jgit.internal.transport.connectivity with parameters of type RevWalk Modifier and Type Method Description private static java.util.Set<ObjectId>IterativeConnectivityChecker. extractAdvertisedParentCommits(java.util.Set<ObjectId> newRefs, java.util.Set<ObjectId> advertisedHaves, RevWalk rw)private static java.util.List<RevCommit>IterativeConnectivityChecker. parseParents(RevCommit[] parents, RevWalk rw) -
Uses of RevWalk in org.eclipse.jgit.junit
Fields in org.eclipse.jgit.junit declared as RevWalk Modifier and Type Field Description private RevWalkTestRepository. poolMethods in org.eclipse.jgit.junit that return RevWalk Modifier and Type Method Description RevWalkTestRepository. getRevWalk()Get RevWalkConstructors in org.eclipse.jgit.junit with parameters of type RevWalk Constructor Description TestRepository(R db, RevWalk rw)Wrap a repository with test building tools.TestRepository(R db, RevWalk rw, MockSystemReader reader)Wrap a repository with test building tools. -
Uses of RevWalk in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib with parameters of type RevWalk Modifier and Type Method Description ReachabilityCheckerObjectReader. createReachabilityChecker(RevWalk rw)Create a reachability checker that will use bitmaps if possible.RefUpdate.ResultRefUpdate. delete(RevWalk walk)Delete the ref.voidBatchRefUpdate. execute(RevWalk walk, ProgressMonitor monitor)Execute this batch update without option strings.voidBatchRefUpdate. execute(RevWalk walk, ProgressMonitor monitor, java.util.List<java.lang.String> options)Execute this batch update.private static booleanBatchRefUpdate. isMissing(RevWalk walk, ObjectId id)private RevObjectRepository. parseSimple(RevWalk rw, java.lang.String revstr)private java.lang.ObjectRepository. resolve(RevWalk rw, java.lang.String revstr)private RevCommitRepository. resolveReflog(RevWalk rw, Ref ref, java.lang.String time)private static RevObjectRefUpdate. safeParseNew(RevWalk rw, AnyObjectId newId)private static RevObjectRefUpdate. safeParseOld(RevWalk rw, AnyObjectId oldId)RefUpdate.ResultRefUpdate. update(RevWalk walk)Gracefully update the ref to the new value.private RefUpdate.ResultRefUpdate. updateImpl(RevWalk walk, RefUpdate.Store store) -
Uses of RevWalk in org.eclipse.jgit.merge
Fields in org.eclipse.jgit.merge declared as RevWalk Modifier and Type Field Description protected RevWalkMerger. walkA RevWalk for computing merge bases, or listing incoming commits. -
Uses of RevWalk in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm declared as RevWalk Modifier and Type Field Description protected RevWalkTextBuiltin. argWalkRevWalk used during command line parsing, if it was required.private RevWalkBranch. rwOnly set for verbose branch listing at-the-moment(package private) RevWalkRevWalkTextBuiltin. walkMethods in org.eclipse.jgit.pgm that return RevWalk Modifier and Type Method Description protected RevWalkGlog. createWalk()Create RevWalkprotected RevWalkRevWalkTextBuiltin. createWalk()Create RevWalkMethods in org.eclipse.jgit.pgm with parameters of type RevWalk Modifier and Type Method Description private voidShow. show(RevWalk rw, RevCommit c) -
Uses of RevWalk in org.eclipse.jgit.pgm.opt
Fields in org.eclipse.jgit.pgm.opt declared as RevWalk Modifier and Type Field Description private RevWalkCmdLineParser. walkMethods in org.eclipse.jgit.pgm.opt that return RevWalk Modifier and Type Method Description RevWalkCmdLineParser. getRevWalk()Get the revision walker used to support option parsing.RevWalkCmdLineParser. getRevWalkGently()Get the revision walker used to support option parsing. -
Uses of RevWalk in org.eclipse.jgit.revplot
Subclasses of RevWalk in org.eclipse.jgit.revplot Modifier and Type Class Description classPlotWalkSpecialized RevWalk for visualization of a commit graph.Methods in org.eclipse.jgit.revplot with parameters of type RevWalk Modifier and Type Method Description voidPlotCommitList. source(RevWalk w)Set the revision walker this list populates itself from. -
Uses of RevWalk in org.eclipse.jgit.revwalk
Subclasses of RevWalk in org.eclipse.jgit.revwalk Modifier and Type Class Description static classDepthWalk.ObjectWalkSubclass of ObjectWalk that performs depth filtering.static classDepthWalk.RevWalkSubclass of RevWalk that performs depth filtering.classObjectWalkSpecialized subclass of RevWalk to include trees, blobs and tags.Fields in org.eclipse.jgit.revwalk declared as RevWalk Modifier and Type Field Description private RevWalkBoundaryGenerator.InitialGenerator. walkprivate RevWalkDepthGenerator. walkprivate RevWalkMergeBaseGenerator. walkerprivate RevWalkPendingGenerator. walkerprivate RevWalkRevCommitList. walker(package private) RevWalkRevFlag. walkerprivate RevWalkStartGenerator. walkerMethods in org.eclipse.jgit.revwalk that return RevWalk Modifier and Type Method Description RevWalkRevFlag. getRevWalk()Get the revision walk instance this flag was created from.RevWalkRevFlag.StaticRevFlag. getRevWalk()Methods in org.eclipse.jgit.revwalk with parameters of type RevWalk Modifier and Type Method Description static intRevWalkUtils. count(RevWalk walk, RevCommit start, RevCommit end)Count the number of commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.static java.util.List<RevCommit>RevWalkUtils. find(RevWalk walk, RevCommit start, RevCommit end)Find commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.static java.util.List<Ref>RevWalkUtils. findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, java.util.Collection<Ref> refs)Find the list of branches a given commit is reachable from when following parents.static java.util.List<Ref>RevWalkUtils. findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, java.util.Collection<Ref> refs, ProgressMonitor monitor)Find the list of branches a given commit is reachable from when following parents.booleanTreeRevFilter. include(RevWalk walker, RevCommit c)Determine if the supplied commit should be included in results.static RevCommitRevCommit. parse(RevWalk rw, byte[] raw)Parse a commit from its canonical format.static RevTagRevTag. parse(RevWalk rw, byte[] raw)Parse an annotated tag from its canonical format.(package private) voidRevBlob. parseBody(RevWalk walk)(package private) voidRevCommit. parseBody(RevWalk walk)(package private) abstract voidRevObject. parseBody(RevWalk walk)(package private) voidRevTag. parseBody(RevWalk walk)(package private) voidRevTree. parseBody(RevWalk walk)(package private) voidRevCommit. parseCanonical(RevWalk walk, byte[] raw)(package private) voidRevTag. parseCanonical(RevWalk walk, byte[] rawTag)(package private) voidRevBlob. parseHeaders(RevWalk walk)(package private) voidRevCommit. parseHeaders(RevWalk walk)(package private) abstract voidRevObject. parseHeaders(RevWalk walk)(package private) voidRevTag. parseHeaders(RevWalk walk)(package private) voidRevTree. parseHeaders(RevWalk walk)voidRevCommitList. source(RevWalk w)Set the revision walker this list populates itself from.Constructors in org.eclipse.jgit.revwalk with parameters of type RevWalk Constructor Description BoundaryGenerator(RevWalk w, Generator s)InitialGenerator(RevWalk w, Generator s)MergeBaseGenerator(RevWalk w)PendingGenerator(RevWalk w, DateRevQueue p, RevFilter f, int out)RevFlag(RevWalk w, java.lang.String n, int m)StartGenerator(RevWalk w)TreeRevFilter(RevWalk walker, TreeFilter t)Create aRevFilterfrom aTreeFilter.TreeRevFilter(RevWalk walker, TreeFilter t, int rewriteFlag)Create a filter for the first phase of a parent-rewriting limited revision walk. -
Uses of RevWalk in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter with parameters of type RevWalk Modifier and Type Method Description booleanAndRevFilter.Binary. include(RevWalk walker, RevCommit c)booleanAndRevFilter.List. include(RevWalk walker, RevCommit c)booleanCommitTimeRevFilter.After. include(RevWalk walker, RevCommit cmit)booleanCommitTimeRevFilter.Before. include(RevWalk walker, RevCommit cmit)booleanCommitTimeRevFilter.Between. include(RevWalk walker, RevCommit cmit)booleanMaxCountRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanNotRevFilter. include(RevWalk walker, RevCommit c)Determine if the supplied commit should be included in results.booleanOrRevFilter.Binary. include(RevWalk walker, RevCommit c)booleanOrRevFilter.List. include(RevWalk walker, RevCommit c)booleanPatternMatchRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanRevFilter.AllFilter. include(RevWalk walker, RevCommit c)abstract booleanRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanRevFilter.MergeBaseFilter. include(RevWalk walker, RevCommit c)booleanRevFilter.NoMergesFilter. include(RevWalk walker, RevCommit c)booleanRevFilter.NoneFilter. include(RevWalk walker, RevCommit c)booleanRevFilter.OnlyMergesFilter. include(RevWalk walker, RevCommit c)booleanRevFlagFilter.HasAll. include(RevWalk walker, RevCommit c)booleanRevFlagFilter.HasAny. include(RevWalk walker, RevCommit c)booleanSkipRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanSubStringRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results. -
Uses of RevWalk in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RevWalk Modifier and Type Field Description private RevWalkWalkFetchConnection. revWalkprivate RevWalkBasePackFetchConnection. walkprivate RevWalkConnectivityChecker.ConnectivityCheckInfo. walkprivate RevWalkReceivePack. walkRevision traversal support overReceivePack.db.private RevWalkUploadPack. walkRevision traversal support overUploadPack.db.private RevWalkPushProcess. walkerRevision walker for checking some updates properties.Methods in org.eclipse.jgit.transport that return RevWalk Modifier and Type Method Description RevWalkReceivePack. getRevWalk()Get the RevWalk instance used by this connection.RevWalkUploadPack. getRevWalk()Get the RevWalk instance used by this connection.RevWalkConnectivityChecker.ConnectivityCheckInfo. getWalk()Methods in org.eclipse.jgit.transport with parameters of type RevWalk Modifier and Type Method Description protected java.util.Set<ObjectId>AbstractAdvertiseRefsHook. getAdvertisedHaves(Repository repository, RevWalk revWalk)Get the additional haves to advertise.protected abstract java.util.Map<java.lang.String,Ref>AbstractAdvertiseRefsHook. getAdvertisedRefs(Repository repository, RevWalk revWalk)Get the refs to advertise.private static java.util.List<RevObject>UploadPack. objectIdsToRevObjects(RevWalk walk, java.lang.Iterable<ObjectId> objectIds)private static RevCommitUploadPack. objectIdToRevCommit(RevWalk walk, ObjectId objectId)Translate an object id to a RevCommit.private static RevObjectUploadPack. objectIdToRevObject(RevWalk walk, ObjectId objectId)Translate an object id to a RevObject.voidConnectivityChecker.ConnectivityCheckInfo. setWalk(RevWalk walk)protected voidRemoteRefUpdate. updateTrackingRef(RevWalk walk)Update locally stored tracking branch with the new object.voidReceiveCommand. updateType(RevWalk walk)Update the type of this command by checking for fast-forward.
-