progit / progit2

Pro Git 2nd Edition
Other
5.71k stars 1.88k forks source link

Fix user.signingkey example #1763

Closed kariya-mitsuru closed 2 years ago

kariya-mitsuru commented 2 years ago

Changes

Since the value of user.signingkey is passed unchanged to gpg's --local-user parameter, the fingerprint needs to be suffixed with an exclamation mark (!). If a fingerprint is specified without an exclamation mark, it is simply ignored.

ben commented 2 years ago

Awesome. Thanks!