IRepositoryStore.

GetCommitLog(ICommit, ICommit) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

IEnumerable<ICommit> GetCommitLog(ICommit baseVersionSource, ICommit currentCommit)

Parameters

Name Type Description
baseVersionSource ICommit
currentCommit ICommit

Return Value

Type Description
IEnumerable<ICommit>
GitHub