IRepositoryStore.

GetForwardMerge(ICommit, ICommit) Method

Summary

Returns the commit that represents a forward merge from commitToFindCommonBase relative to findMergeBase.
Namespace
GitVersion
Containing Type
IRepositoryStore

Syntax

ICommit GetForwardMerge(ICommit commitToFindCommonBase, ICommit findMergeBase)

Parameters

Name Type Description
commitToFindCommonBase ICommit
findMergeBase ICommit

Return Value

Type Description
ICommit
GitHub