To prepare for the removal of laanwj’s key from trusted key (#27054), the trusted git root needs to be newer than the most recent merge commit signed by his key.
This can be tested by removing the laanwj’s key from trusted keys (e.g. by merging with #27054) and running verify-commits.py
with --clean-merge 0
: ./contrib/verify-commits/verify-commits.py --clean-merge 0 HEAD~
. (--clean-merge 0
disables the clean merge check which will checkout some commits, which results in the trusted-keys
used in checking of subsequent commits to be different than expected).