You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow gnupg key fingerprints for tell and removeperson (#1216)
* Allow GPG keys to be specified by fingerprint in addition to email
Add support for identifying GPG keys by fingerprint (8+ hex characters)
in the 'tell' and 'removeperson' commands. Previously, only email
addresses were accepted.
Changes:
- Add _is_gpg_fingerprint() to detect fingerprint vs email input
- Add _check_fingerprint_in_keyring() to verify fingerprint in keyring
- Update _assert_keyring_emails() to handle fingerprint validation
- Update error messages and documentation to mention fingerprints
- Add tests for tell/removeperson with fingerprints
0 commit comments