Definition of terms used in the documentation
Bisectability#
A merge request is bisectable if each commit compiles and runs without errors. This can usually be checked for meson based projects like:
git rebase -i --exec "meson test -C _build" mainFor details on bisecting see git-bisect.