IRepositoryStore.

GetCommitLog(ICommit, ICommit, IIgnoreConfiguration) Method

Summary

Returns the commits reachable between baseVersionSource and currentCommit, respecting ignore rules.
Namespace
GitVersion
Containing Type
IRepositoryStore

Syntax

IReadOnlyList<ICommit> GetCommitLog(ICommit baseVersionSource, ICommit currentCommit, IIgnoreConfiguration ignore)

Parameters

Name Type Description
baseVersionSource ICommit
currentCommit ICommit
ignore IIgnoreConfiguration

Return Value

Type Description
IReadOnlyList<ICommit>
GitHub