C# Class GitSharp.Core.RevWalk.Filter.RevFilter.RevFilterMergeBase

Selects only merge bases of the starting points (thread safe). This is a special case filter that cannot be combined with any other filter. Its include method always throws an exception as context information beyond the arguments is necessary to determine if the supplied commit is a merge base.
Inheritance: RevFilter
Mostra file Open project: jagregory/GitSharp

Public Methods

Method Description
Clone ( ) : RevFilter
ToString ( ) : string
include ( RevWalk walker, RevCommit c ) : bool

Method Details

Clone() public method

public Clone ( ) : RevFilter
return RevFilter

ToString() public method

public ToString ( ) : string
return string

include() public method

public include ( RevWalk walker, RevCommit c ) : bool
walker RevWalk
c RevCommit
return bool