IRepositoryStore.

FindCommitBranchesBranchedFrom(IBranch, IGitVersionConfiguration, IBranch[]) Method

Summary

Returns the commits and their originating branches that branched from branch, excluding excludedBranches.
Namespace
GitVersion
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