RepositoryStore.

GetCommitLog(ICommit, ICommit) Method

Namespace
GitVersion
Containing Type
RepositoryStore

Syntax

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

Parameters

Name Type Description
baseVersionSource ICommit
currentCommit ICommit

Return Value

Type Description
IEnumerable<ICommit>
GitHub