RepositoryStore.

FindCommitBranchWasBranchedFrom(IBranch, Config, IBranch[]) Method

Summary

Find the commit where the given branch was branched from another branch. If there are multiple such commits and branches, tries to guess based on commit histories.
Namespace
GitVersion
Containing Type
RepositoryStore

Syntax

public BranchCommit FindCommitBranchWasBranchedFrom(IBranch branch, Config configuration, params IBranch[] excludedBranches)

Parameters

Name Type Description
branch IBranch
configuration Config
excludedBranches IBranch[]

Return Value

Type Description
BranchCommit
GitHub