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.
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).
Patch file parser and data structure.
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.api
-
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.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.commitgraph
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.internal.storage.packClassDescriptionSpecialized 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.internal.storage.reftable
-
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.patch
-
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.Interface for revision walkers that perform depth filtering.Subclass of ObjectWalk that performs depth filtering.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".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.transport
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.treewalk
-
Classes in org.eclipse.jgit.revwalk used by org.eclipse.jgit.util