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" main

For details on bisecting see git-bisect.