IRepositoryStore.

GetCommitsReacheableFrom(ICommit, IBranch) Method

Summary

Returns all commits reachable from commit that are also on branch.
Namespace
GitVersion
Containing Type
IRepositoryStore

Syntax

IReadOnlyList<ICommit> GetCommitsReacheableFrom(ICommit commit, IBranch branch)

Parameters

Name Type Description
commit ICommit
branch IBranch

Return Value

Type Description
IReadOnlyList<ICommit>
GitHub