Uses of Package
org.eclipse.jgit.revwalk.filter
Packages that use org.eclipse.jgit.revwalk.filter
Package
Description
High-level API commands (the porcelain of JGit).
Reading/writing Git pack files.
Walking revision graphs (commit history).
Filters for use in revision walking.
-
Classes in org.eclipse.jgit.revwalk.filter used by org.eclipse.jgit.api
-
Classes in org.eclipse.jgit.revwalk.filter used by org.eclipse.jgit.internal.revwalk
-
Classes in org.eclipse.jgit.revwalk.filter used by org.eclipse.jgit.internal.storage.pack
-
Classes in org.eclipse.jgit.revwalk.filter used by org.eclipse.jgit.pgm
-
Classes in org.eclipse.jgit.revwalk.filter used by org.eclipse.jgit.revwalkClassDescriptionSelects interesting objects when walking.Selects interesting revisions during walking.
-
Classes in org.eclipse.jgit.revwalk.filter used by org.eclipse.jgit.revwalk.filterClassDescriptionIncludes a commit only if all subfilters include the same commit.Selects commits based upon the commit time field.Selects interesting objects when walking.Includes a commit if any subfilters include the same commit.Abstract filter that searches text using extended regular expressions.Selects interesting revisions during walking.Matches only commits with some/all RevFlags already set.Abstract filter that searches text using only substring search.