Skip to main content

Module merge_base

Module merge_base 

Source
Expand description

Merge base (LCA) computation for void repositories.

This module implements finding the lowest common ancestor (LCA) of two commits, which is used as the merge base for three-way merges.

Functions§

find_merge_base
Finds the merge base (lowest common ancestor) of two commits.