RepositoryStore.

IsCommitOnBranch(ICommit, IBranch, ICommit) Method

Namespace
GitVersion
Containing Type
RepositoryStore

Syntax

public bool IsCommitOnBranch(ICommit baseVersionSource, IBranch branch, ICommit firstMatchingCommit)

Parameters

Name Type Description
baseVersionSource ICommit
branch IBranch
firstMatchingCommit ICommit

Return Value

Type Description
bool
GitHub