ICommitCollection.

GetCommitsPriorTo(DateTimeOffset) Method

Summary

Returns all commits whose author date is earlier than olderThan.
Namespace
GitVersion.Git
Containing Type
ICommitCollection

Syntax

IEnumerable<ICommit> GetCommitsPriorTo(DateTimeOffset olderThan)

Parameters

Name Type Description
olderThan DateTimeOffset

Return Value

Type Description
IEnumerable<ICommit>
GitHub