Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Skip ssh and x509 signatures in tag messages
Git supports SSH and x509 signatures in addition to GPG signatures. See <https://git-scm.com/docs/gitformat-signature#_description>. The regex is not 100% accurate (e.g. this would allow `SSH MESSAGE`, which is not part of the gitformat-signature description), but I prioritized readability over correctness in this case (since the code is for replacing text, not verifying the signature).
- Loading branch information