private static class AuthorRevFilter.PatternSearch extends PatternMatchRevFilter
ALL, MERGE_BASE, NO_MERGES, NONE, ONLY_MERGES
Constructor and Description |
---|
PatternSearch(java.lang.String patternText) |
Modifier and Type | Method and Description |
---|---|
RevFilter |
clone() |
protected java.lang.CharSequence |
text(RevCommit cmit)
Obtain the raw text to match against.
|
forceToRaw, include, pattern, requiresCommitBody, toString
protected java.lang.CharSequence text(RevCommit cmit)
PatternMatchRevFilter
text
in class PatternMatchRevFilter
cmit
- current commit being evaluated.