Skip to content

Commit 83d9eb0

Browse files
committed
Merge branch 'lt/gpg-show-long-key-in-signature-verification'
"git log --show-signature" and other commands that display the verification status of PGP signature now shows the longer key-id, as 32-bit key-id is so last century. * lt/gpg-show-long-key-in-signature-verification: gpg-interface: prefer "long" key format output when verifying pgp signatures
2 parents d05d0e9 + af2b21e commit 83d9eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gpg-interface.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ int verify_signed_buffer(const char *payload, size_t payload_size,
217217
argv_array_pushl(&gpg.args,
218218
gpg_program,
219219
"--status-fd=1",
220+
"--keyid-format=long",
220221
"--verify", temp.filename.buf, "-",
221222
NULL);
222223

0 commit comments

Comments
 (0)