Skip to content

Commit 3e5d1e7

Browse files
HHobeckarturcic
authored andcommitted
Change to trigger the CI pipeline again.
1 parent c8e26ed commit 3e5d1e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GitVersion.Core/Core/Abstractions/IRepositoryStore.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ public interface IRepositoryStore
88
/// Find the merge base of the two branches, i.e. the best common ancestor of the two branches' tips.
99
/// </summary>
1010
ICommit? FindMergeBase(IBranch? branch, IBranch? otherBranch);
11+
1112
ICommit? FindMergeBase(ICommit commit, ICommit mainlineTip);
1213
ICommit? GetCurrentCommit(IBranch currentBranch, string? commitId);
1314
ICommit GetBaseVersionSource(ICommit currentBranchTip);

0 commit comments

Comments
 (0)