Package org.eclipse.jgit.revwalk.filter
package org.eclipse.jgit.revwalk.filter
Filters for use in revision walking.
-
ClassesClassDescriptionIncludes a commit only if all subfilters include the same commit.Matches only commits whose author name matches the pattern.Matches only commits whose committer name matches the pattern.Selects commits based upon the commit time field.Limits the number of commits output.Matches only commits whose message matches the pattern.Includes a commit only if the subfilter does not include the commit.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.Filter that includes commits after a configured number are skipped.Abstract filter that searches text using only substring search.