IRepositoryStore.

GetCommitsReacheableFromHead(ICommit, IIgnoreConfiguration) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

IReadOnlyList<ICommit> GetCommitsReacheableFromHead(ICommit headCommit, IIgnoreConfiguration ignore)

Parameters

Name Type Description
headCommit ICommit
ignore IIgnoreConfiguration

Return Value

Type Description
IReadOnlyList<ICommit>
GitHub