On Sun, Nov 16, 2025 at 8:35 PM Christian Couder
[off-list ref] wrote:
There are no code changes in this v2, only commit message,
documentation and test changes:
* Rebased on current 'master'. This avoids the need to mark some
strings for translation as a recent series doing that has been
recently merged to 'master'.
* In patch 3/3, improved the commit message to better justify the new
feature using some sentences from Elijah.
* In patch 3/3, removed tests with dual signatures. This avoids a
conflict with a separate series from brian carlson that adds a
"RUST" prereq that is then needed to run tests with dual signatures.
I'm a bit surprised; from
https://lore.kernel.org/git/xmqqms4rry7f.fsf@gitster.g/ (local), I thought you
were going to rearrange the tests to avoid the conflict, not delete
them. Are no tests of this new functionality needed?
* In patch 3/3, improved documentation of the new option to say that
validation behaves as the validation performed by `git
verify-commit`.
Looking over the range diff, the other changes look good.