We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e26ed commit 3e5d1e7Copy full SHA for 3e5d1e7
src/GitVersion.Core/Core/Abstractions/IRepositoryStore.cs
@@ -8,6 +8,7 @@ public interface IRepositoryStore
8
/// Find the merge base of the two branches, i.e. the best common ancestor of the two branches' tips.
9
/// </summary>
10
ICommit? FindMergeBase(IBranch? branch, IBranch? otherBranch);
11
+
12
ICommit? FindMergeBase(ICommit commit, ICommit mainlineTip);
13
ICommit? GetCurrentCommit(IBranch currentBranch, string? commitId);
14
ICommit GetBaseVersionSource(ICommit currentBranchTip);
0 commit comments