Christian Couder [off-list ref] writes:
On Sat, Nov 8, 2025 at 7:32 PM Junio C Hamano [off-list ref] wrote:
quoted
Christian Couder [off-list ref] writes:
quoted
t/t9305-fast-import-signatures.sh | 118 ++++++++++++++++++++++++++++-
6 files changed, 226 insertions(+), 28 deletions(-)
Unfortunately all these tests that assume that explicit-sha256
repository as a subdirectory exists would fail when the topic is
merged to 'seen' and the tree is built without the optional Rust
support. This is because brian's f6581e23 (repository: require Rust
support for interoperability, 2025-10-27) changes a couple of tests
to require RUST prerequisite. One of them is what creates the
explicit-sha256 repository.
I do not think this topic to preserve or strip GPG signatures
particularly cares about the dual hash interoperability, so can you
rearrange the tests in this series to avoid crashing with the other
topic?
I will do that in the v2 I hope I can send soon.
Thanks.