Re: [PATCH v5 1/1] ref-filter: add new "signature" atom
From: Junio C Hamano <hidden>
Date: 2023-03-14 22:51:36
Nsengiyumva Wilberforce [off-list ref] writes:
Co-authored-by: Hariom Verma [off-list ref] Co-authored-by: Jaydeep Das [off-list ref] Mentored-by: Christian Couder [off-list ref] Mentored-by: Hariom Verma [off-list ref] Signed-off-by: Nsengiyumva Wilberforce <redacted>
https://github.com/git/git/actions/runs/4410308954/jobs/7727652857#step:6:1898 + git for-each-ref refs/heads/signed --format=%(signature) + test_cmp expected actual + test 2 -ne 2 + eval diff -u "$@" + diff -u expected actual --- expected2023-03-13 23:08:51.495987174 +0000 +++ actual2023-03-13 23:08:51.519986953 +0000 @@ -1,5 +1,4 @@ gpg: Signature made Mon Mar 13 23:08:51 2023 UTC gpg: using DSA key 13B6F51ECDDE430D -gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model gpg: Good signature from "C O Mitter [off-list ref]" error: last command exited with $?=1 not ok 342 - test bare signature atom + git for-each-ref refs/heads/signed --format=%(signature) + test_cmp expected actual + test 2 -ne 2 + eval diff -u "$@" + diff -u expected actual --- expected +++ actual @@ -1,5 +1,4 @@ gpg: Signature made Mon Mar 13 23:08:51 2023 UTC gpg: using DSA key 13B6F51ECDDE430D -gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model gpg: Good signature from "C O Mitter [off-list ref]" error: last command exited with $?=1 not ok 342 - test bare signature atom Are there differences between versions of GPG that, for the purpose of the testing, we do not care?