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.