IRepositoryStore.

GetCommitsReacheableFrom(ICommit, IBranch) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

IReadOnlyList<ICommit> GetCommitsReacheableFrom(ICommit commit, IBranch branch)

Parameters

Name Type Description
commit ICommit
branch IBranch

Return Value

Type Description
IReadOnlyList<ICommit>
GitHub