Package org.eclipse.jgit.revwalk.filter

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.
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.
SubStringRevFilter Abstract filter that searches text using only substring search.
 



Copyright © 2011. All Rights Reserved.