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

Excludes commits with more than one parent (thread safe).
Inheritance: RevFilter
Afficher le fichier Open project: jagregory/GitSharp

Méthodes publiques

Méthode Description
Clone ( ) : RevFilter
ToString ( ) : string
include ( RevWalk walker, RevCommit c ) : bool

Method Details

Clone() public méthode

public Clone ( ) : RevFilter
Résultat RevFilter

ToString() public méthode

public ToString ( ) : string
Résultat string

include() public méthode

public include ( RevWalk walker, RevCommit c ) : bool
walker RevWalk
c RevCommit
Résultat bool