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'.
This commit is contained in:
		
							parent
							
								
									e5c0005956
								
							
						
					
					
						commit
						b3679394ec
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -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 a new issue