Uses of Package
org.eclipse.jgit.revwalk
-
Packages that use org.eclipse.jgit.revwalk Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.awtui org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.gitrepo org.eclipse.jgit.gpg.bc.internal 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.lfs 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.notes Git notes processing (for commits, etc).org.eclipse.jgit.pgm org.eclipse.jgit.pgm.debug 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.org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system).org.eclipse.jgit.util Utility classes. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.api Class Description FIFORevQueue A queue of commits in FIFO order.RevCommit A commit reference to a commit in the DAG.RevObject Base object type accessed during revision walking.RevTree A reference to a tree of subtrees/files.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.awtui Class Description RevCommitList An ordered list ofRevCommit
subclasses.RevObjectList An ordered list ofRevObject
subclasses. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.blame Class Description RevCommit A commit reference to a commit in the DAG.RevFlag Application level mark bit forRevObject
s.RevObject Base object type accessed during revision walking.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.diff Class Description RevTree A reference to a tree of subtrees/files. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.gitrepo Class Description RevCommit A commit reference to a commit in the DAG. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.gpg.bc.internal Class Description RevObject Base object type accessed during revision walking. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.revwalk Class Description ObjectReachabilityChecker Checks if all objects are reachable from certain starting points.ObjectWalk Specialized subclass of RevWalk to include trees, blobs and tags.ReachabilityChecker Check if a commit is reachable from a collection of starting commits.RevCommit A commit reference to a commit in the DAG.RevObject Base object type accessed during revision walking.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.storage.dfs Class Description RevFlag Application level mark bit forRevObject
s.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.storage.file Class Description ObjectWalk Specialized subclass of RevWalk to include trees, blobs and tags.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.storage.pack Class Description BitmapWalker Helper class to do ObjectWalks with pack index bitmaps.ObjectWalk Specialized subclass of RevWalk to include trees, blobs and tags.ObjectWalk.VisitationPolicy When walking over a tree and blob graph, objects are usually marked as seen as they are visited and this "seen" status is checked upon the next visit.RevCommit A commit reference to a commit in the DAG.RevObject Base object type accessed during revision walking.RevTree A reference to a tree of subtrees/files.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.storage.reftable Class Description RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.transport.connectivity Class Description ObjectWalk Specialized subclass of RevWalk to include trees, blobs and tags.RevCommit A commit reference to a commit in the DAG.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.lfs Class Description ObjectWalk Specialized subclass of RevWalk to include trees, blobs and tags.RevObject Base object type accessed during revision walking. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.lib Class Description ObjectReachabilityChecker Checks if all objects are reachable from certain starting points.ObjectWalk Specialized subclass of RevWalk to include trees, blobs and tags.ReachabilityChecker Check if a commit is reachable from a collection of starting commits.RevBlob A binary file, or a symbolic link.RevCommit A commit reference to a commit in the DAG.RevObject Base object type accessed during revision walking.RevTree A reference to a tree of subtrees/files.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.merge Class Description RevCommit A commit reference to a commit in the DAG.RevObject Base object type accessed during revision walking.RevTree A reference to a tree of subtrees/files.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.notes Class Description RevCommit A commit reference to a commit in the DAG.RevTree A reference to a tree of subtrees/files. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.pgm Class Description ObjectWalk Specialized subclass of RevWalk to include trees, blobs and tags.RevCommit A commit reference to a commit in the DAG.RevObject Base object type accessed during revision walking.RevSort Sorting strategies supported byRevWalk
andObjectWalk
.RevTag An annotated tag.RevTree A reference to a tree of subtrees/files.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.pgm.debug Class Description RevObject Base object type accessed during revision walking. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.pgm.opt Class Description RevCommit A commit reference to a commit in the DAG.RevTree A reference to a tree of subtrees/files.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.revplot Class Description RevCommit A commit reference to a commit in the DAG.RevCommitList An ordered list ofRevCommit
subclasses.RevObject Base object type accessed during revision walking.RevObjectList An ordered list ofRevObject
subclasses.RevSort Sorting strategies supported byRevWalk
andObjectWalk
.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.revwalk Class Description AbstractRevQueue AsyncRevObjectQueue Queue to lookup and parse objects asynchronously.BlockObjQueue BlockObjQueue.Block BlockObjQueue.BlockFreeList BlockRevQueue BlockRevQueue.Block BlockRevQueue.BlockFreeList DateRevQueue A queue of commits sorted by commit time order.DateRevQueue.Entry DepthWalk Interface for revision walkers that perform depth filtering.DepthWalk.ObjectWalk Subclass of ObjectWalk that performs depth filtering.EndGenerator FIFORevQueue A queue of commits in FIFO order.FollowFilter Updates the internal path filter to follow copy/renames.FooterKey Case insensitive key for aFooterLine
.FooterLine Single line at the end of a message, such as a "Signed-off-by: someone".Generator Produces commits for RevWalk to return to applications.MergeBaseGenerator.CarryStack ObjectReachabilityChecker Checks if all objects are reachable from certain starting points.ObjectWalk Specialized subclass of RevWalk to include trees, blobs and tags.ObjectWalk.TreeVisit ObjectWalk.VisitationPolicy When walking over a tree and blob graph, objects are usually marked as seen as they are visited and this "seen" status is checked upon the next visit.ReachabilityChecker Check if a commit is reachable from a collection of starting commits.RenameCallback An instance of this class can be used in conjunction with aFollowFilter
.RevBlob A binary file, or a symbolic link.RevCommit A commit reference to a commit in the DAG.RevFlag Application level mark bit forRevObject
s.RevFlagSet Multiple application level mark bits forRevObject
s.RevObject Base object type accessed during revision walking.RevObjectList An ordered list ofRevObject
subclasses.RevObjectList.Block One level of contents, either an intermediate level or a leaf level.RevSort Sorting strategies supported byRevWalk
andObjectWalk
.RevTag An annotated tag.RevTree A reference to a tree of subtrees/files.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.revwalk.filter Class Description ObjectWalk Specialized subclass of RevWalk to include trees, blobs and tags.RevCommit A commit reference to a commit in the DAG.RevFlag Application level mark bit forRevObject
s.RevFlagSet Multiple application level mark bits forRevObject
s.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.transport Class Description DateRevQueue A queue of commits sorted by commit time order.RevCommit A commit reference to a commit in the DAG.RevCommitList An ordered list ofRevCommit
subclasses.RevFlag Application level mark bit forRevObject
s.RevFlagSet Multiple application level mark bits forRevObject
s.RevObject Base object type accessed during revision walking.RevTree A reference to a tree of subtrees/files.RevWalk Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.treewalk Class Description RevTree A reference to a tree of subtrees/files. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.util Class Description RevCommit A commit reference to a commit in the DAG.