| Class | Description |
|---|---|
| AndRevFilter |
Includes a commit only if all subfilters include the same commit.
|
| AndRevFilter.Binary | |
| AndRevFilter.List | |
| AuthorRevFilter |
Matches only commits whose author name matches the pattern.
|
| AuthorRevFilter.PatternSearch | |
| AuthorRevFilter.SubStringSearch | |
| CommitterRevFilter |
Matches only commits whose committer name matches the pattern.
|
| CommitterRevFilter.PatternSearch | |
| CommitterRevFilter.SubStringSearch | |
| CommitTimeRevFilter |
Selects commits based upon the commit time field.
|
| CommitTimeRevFilter.After | |
| CommitTimeRevFilter.Before | |
| CommitTimeRevFilter.Between | |
| MaxCountRevFilter |
Limits the number of commits output.
|
| MessageRevFilter |
Matches only commits whose message matches the pattern.
|
| MessageRevFilter.PatternSearch | |
| MessageRevFilter.SubStringSearch | |
| NotRevFilter |
Includes a commit only if the subfilter does not include the commit.
|
| ObjectFilter |
Selects interesting objects when walking.
|
| ObjectFilter.AllFilter | |
| OrRevFilter |
Includes a commit if any subfilters include the same commit.
|
| OrRevFilter.Binary | |
| OrRevFilter.List | |
| PatternMatchRevFilter |
Abstract filter that searches text using extended regular expressions.
|
| RevFilter |
Selects interesting revisions during walking.
|
| RevFilter.AllFilter | |
| RevFilter.MergeBaseFilter | |
| RevFilter.NoMergesFilter | |
| RevFilter.NoneFilter | |
| RevFilter.OnlyMergesFilter | |
| RevFlagFilter |
Matches only commits with some/all RevFlags already set.
|
| RevFlagFilter.HasAll | |
| RevFlagFilter.HasAny | |
| SkipRevFilter |
Filter that includes commits after a configured number are skipped.
|
| SubStringRevFilter |
Abstract filter that searches text using only substring search.
|