ICommitCollection Interface

Namespace
GitVersion.Git
Interfaces
graph BT Type-.->Interface0["IEnumerable<ICommit>"] Type["ICommitCollection"] class Type type-node

Syntax

public interface ICommitCollection : IEnumerable<ICommit>

Methods

Name Value Summary
GetCommitsPriorTo(DateTimeOffset) IEnumerable<ICommit>
QueryBy(CommitFilter) IEnumerable<ICommit>

Extension Methods

GitHub