C# 클래스 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.
상속: RevFilter
파일 보기 프로젝트 열기: jagregory/GitSharp

공개 메소드들

메소드 설명
Clone ( ) : RevFilter
ToString ( ) : string
include ( RevWalk walker, RevCommit c ) : bool

메소드 상세

Clone() 공개 메소드

public Clone ( ) : RevFilter
리턴 RevFilter

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

include() 공개 메소드

public include ( RevWalk walker, RevCommit c ) : bool
walker RevWalk
c RevCommit
리턴 bool