Method | Description | |
---|---|---|
Clone ( ) : |
||
ToString ( ) : string | ||
include ( RevWalk walker, RevCommit commit ) : bool | ||
safe ( string pattern ) : bool |
Can this string be safely handled by a substring filter?
|
Method | Description | |
---|---|---|
Text ( RevCommit cmit ) : string |
Obtain the raw text to match against.
|
Method | Description | |
---|---|---|
SubStringRevFilter ( string patternText ) : System |
Construct a new matching filter.
|
protected abstract Text ( RevCommit cmit ) : string | ||
cmit | RevCommit | Current commit being evaluated. |
return | string |
public include ( RevWalk walker, RevCommit commit ) : bool | ||
walker | RevWalk | |
commit | RevCommit | |
return | bool |
public static safe ( string pattern ) : bool | ||
pattern | string | /// the pattern text proposed by the user. /// |
return | bool |