Uses of Package
org.eclipse.jgit.revwalk
Packages that use org.eclipse.jgit.revwalk
Package
Description
High-level API commands (the porcelain of JGit).
Computing blame/annotate information of files.
Comparing file contents by computing diffs.
Distributed file system based repository storage.
File based repository storage.
Reading/writing Git pack files.
Core API for repository, config, refs, object database.
Content and commit history merge algorithms.
Git notes processing (for commits, etc).
Building/rendering revision graphs.
Walking revision graphs (commit history).
Filters for use in revision walking.
Transport (fetch/push) for different protocols.
Walking and comparing directory/file trees (of commits, file system).
Utility classes.
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.apiClassDescriptionA queue of commits in FIFO order.A commit reference to a commit in the DAG.Base object type accessed during revision walking.A reference to a tree of subtrees/files.Walks a commit graph and produces the matching commits in order.
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.awtui
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.blame
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.diff
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.gitrepo
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.gpg.bc.internal
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.revwalkClassDescriptionChecks if all objects are reachable from certain starting points.Specialized subclass of RevWalk to include trees, blobs and tags.Check if a commit is reachable from a collection of starting commits.A commit reference to a commit in the DAG.Base object type accessed during revision walking.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
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.storage.fileClassDescriptionSpecialized subclass of RevWalk to include trees, blobs and tags.Walks a commit graph and produces the matching commits in order.
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.storage.packClassDescriptionHelper class to do ObjectWalks with pack index bitmaps.Specialized subclass of RevWalk to include trees, blobs and tags.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.A commit reference to a commit in the DAG.Base object type accessed during revision walking.A reference to a tree of subtrees/files.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
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.transport.connectivityClassDescriptionSpecialized subclass of RevWalk to include trees, blobs and tags.A commit reference to a commit in the DAG.Walks a commit graph and produces the matching commits in order.
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.lfsClassDescriptionSpecialized subclass of RevWalk to include trees, blobs and tags.Base object type accessed during revision walking.
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.libClassDescriptionChecks if all objects are reachable from certain starting points.Specialized subclass of RevWalk to include trees, blobs and tags.Check if a commit is reachable from a collection of starting commits.A binary file, or a symbolic link.A commit reference to a commit in the DAG.Base object type accessed during revision walking.A reference to a tree of subtrees/files.Walks a commit graph and produces the matching commits in order.
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.merge
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.notes
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.pgmClassDescriptionSpecialized subclass of RevWalk to include trees, blobs and tags.A commit reference to a commit in the DAG.Base object type accessed during revision walking.Sorting strategies supported by
RevWalk
andObjectWalk
.An annotated tag.A reference to a tree of subtrees/files.Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.pgm.debug
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.pgm.opt
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.revplotClassDescriptionA commit reference to a commit in the DAG.An ordered list of
RevCommit
subclasses.Base object type accessed during revision walking.An ordered list ofRevObject
subclasses.Sorting strategies supported byRevWalk
andObjectWalk
.Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.revwalkClassDescriptionQueue to lookup and parse objects asynchronously.A queue of commits sorted by commit time order.Interface for revision walkers that perform depth filtering.Subclass of ObjectWalk that performs depth filtering.A queue of commits in FIFO order.Updates the internal path filter to follow copy/renames.Case insensitive key for a
FooterLine
.Single line at the end of a message, such as a "Signed-off-by: someone".Produces commits for RevWalk to return to applications.Checks if all objects are reachable from certain starting points.Specialized subclass of RevWalk to include trees, blobs and tags.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.Check if a commit is reachable from a collection of starting commits.An instance of this class can be used in conjunction with aFollowFilter
.A binary file, or a symbolic link.A commit reference to a commit in the DAG.Application level mark bit forRevObject
s.Multiple application level mark bits forRevObject
s.Base object type accessed during revision walking.An ordered list ofRevObject
subclasses.One level of contents, either an intermediate level or a leaf level.Sorting strategies supported byRevWalk
andObjectWalk
.An annotated tag.A reference to a tree of subtrees/files.Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.revwalk.filter
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.transportClassDescriptionA queue of commits sorted by commit time order.A commit reference to a commit in the DAG.An ordered list of
RevCommit
subclasses.Application level mark bit forRevObject
s.Multiple application level mark bits forRevObject
s.Base object type accessed during revision walking.A reference to a tree of subtrees/files.Walks a commit graph and produces the matching commits in order. -
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.treewalk
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.util