git-authenticate: Show fingerprint in missing-key error message.
* guix/git-authenticate.scm (commit-signing-key): In the 'missing-key' case, add call to 'openpgp-format-fingerprint'.master
parent
e5c0005956
commit
b3679394ec
|
@ -146,7 +146,7 @@ for commit ~a")
|
||||||
(message (format #f (G_ "could not authenticate \
|
(message (format #f (G_ "could not authenticate \
|
||||||
commit ~a: key ~a is missing")
|
commit ~a: key ~a is missing")
|
||||||
(oid->string commit-id)
|
(oid->string commit-id)
|
||||||
data))))))
|
(openpgp-format-fingerprint data)))))))
|
||||||
('good-signature data)))))))
|
('good-signature data)))))))
|
||||||
|
|
||||||
(define (read-authorizations port)
|
(define (read-authorizations port)
|
||||||
|
|
Reference in New Issue