Skip to content

Allow merge base to receive more than 2 revisions

Bob Van Landuyt requested to merge bvl-merge-base-multiple-revisions into master

git merge-base allows finding the common ancestor between more than 2 revisions. gitaly-proto already allows this.

Now gitaly validates that it gets at least 2 refs, and we tested finding the common ancestor for more than 2 refs.

Merge request reports