Skip to content

Allow verify-commit.sh to just verify the HEAD commit (Use non-recursive verification by default)

Currently, verify-commits.sh leads to a segfault 11 on my machine because of the limits of recursions (proof is here).

Until we have ported this to python (or fixed it in another way), we should offer a only-head-commit verification.

Merge request reports

Loading