IRepositoryStore.

GetCommitsReacheableFromHead(ICommit, IIgnoreConfiguration) Method

Summary

Returns all commits reachable from the HEAD commit, respecting ignore rules.
Namespace
GitVersion
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