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
.Common - Containing Type
- IRepositoryStore
Syntax
BranchCommit FindCommitBranchBranchedFrom(IBranch branch, IGitVersionConfiguration configuration, params IBranch[] excludedBranches)
Parameters
Name | Type | Description |
---|---|---|
branch | IBranch | |
configuration |
I |
|
excludedBranches | IBranch[] |
Return Value
Type | Description |
---|---|
BranchCommit |