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
This commit is contained in:
commit
83d9eb0ad8
@ -217,6 +217,7 @@ int verify_signed_buffer(const char *payload, size_t payload_size,
|
|||||||
argv_array_pushl(&gpg.args,
|
argv_array_pushl(&gpg.args,
|
||||||
gpg_program,
|
gpg_program,
|
||||||
"--status-fd=1",
|
"--status-fd=1",
|
||||||
|
"--keyid-format=long",
|
||||||
"--verify", temp.filename.buf, "-",
|
"--verify", temp.filename.buf, "-",
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user