Property | Type | Description | |
---|---|---|---|
ALL | |||
MERGE_BASE | |||
NONE | |||
NO_MERGES |
Method | Description | |
---|---|---|
Clone ( ) : |
Clone this revision filter, including its parameters.
|
|
ToString ( ) : string | ||
include ( RevWalk walker, RevCommit cmit ) : bool |
Determine if the supplied commit should be included in results.
|
|
negate ( ) : |
Create a new filter that does the opposite of this filter.
|
public abstract include ( RevWalk walker, RevCommit cmit ) : bool | ||
walker | RevWalk | /// The active walker this filter is being invoked from within. /// |
cmit | RevCommit | /// The commit currently being tested. The commit has been parsed /// and its body is available for inspection. /// |
return | bool |
public static RevFilter,GitSharp.Core.RevWalk.Filter ALL | ||
return |
public static RevFilter,GitSharp.Core.RevWalk.Filter MERGE_BASE | ||
return |
public static RevFilter,GitSharp.Core.RevWalk.Filter NONE | ||
return |