Package org.eclipse.jgit.revwalk.filter

Filters for use in revision walking.

See:
          Description

Class Summary
AndRevFilter Includes a commit only if all subfilters include the same commit.
AuthorRevFilter Matches only commits whose author name matches the pattern.
CommitterRevFilter Matches only commits whose committer name matches the pattern.
CommitTimeRevFilter Selects commits based upon the commit time field.
MaxCountRevFilter Limits the number of commits output.
MessageRevFilter Matches only commits whose message matches the pattern.
NotRevFilter Includes a commit only if the subfilter does not include the commit.
OrRevFilter Includes a commit if any subfilters include the same commit.
PatternMatchRevFilter Abstract filter that searches text using extended regular expressions.
RevFilter Selects interesting revisions during walking.
RevFlagFilter Matches only commits with some/all RevFlags already set.
SkipRevFilter Filter that includes commits after a configured number are skipped.
SubStringRevFilter Abstract filter that searches text using only substring search.
 

Package org.eclipse.jgit.revwalk.filter Description

Filters for use in revision walking.



Copyright © 2013. All Rights Reserved.