Expand description
mkit merge-base [--is-ancestor] <a> <b> — print the best common
ancestor of two commits, or test ancestry. Reuses the merge engine’s
find_merge_base / is_ancestor (the algorithms already power
merge/rebase). Object ids are full 64-hex BLAKE3 (the documented
hash-length divergence); everything else matches git.