Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
GitSharp
Core
RevWalk
Filter
RevFilter.RevFilterNoMerges
C# Class GitSharp.Core.RevWalk.Filter.RevFilter.RevFilterNoMerges
Excludes commits with more than one parent (thread safe).
Inheritance:
RevFilter
ファイルを表示
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