IRepositoryStore.

FindCommitBranchesBranchedFrom(IBranch, IGitVersionConfiguration, IBranch[]) Method

Namespace
GitVersion.Common
Containing Type
IRepositoryStore

Syntax

IEnumerable<BranchCommit> FindCommitBranchesBranchedFrom(IBranch branch, IGitVersionConfiguration configuration, params IBranch[] excludedBranches)

Parameters

Name Type Description
branch IBranch
configuration IGitVersionConfiguration
excludedBranches IBranch[]

Return Value

Type Description
IEnumerable<BranchCommit>
GitHub