IRepositoryStore.

IsCommitOnBranch(ICommit, IBranch, ICommit) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

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

Parameters

Name Type Description
baseVersionSource ICommit
branch IBranch
firstMatchingCommit ICommit

Return Value

Type Description
bool
GitHub