signature-format.txt: note SSH and X.509 signature delimiters
commit31a431b18b33cdfee7ddb61e63902bb1c3964bd5
authorGwyneth Morgan <gwymor@tilde.club>
Mon, 27 Feb 2023 20:27:18 +0000 (27 20:27 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Feb 2023 21:42:43 +0000 (27 13:42 -0800)
tree41a082ae00c0cbd578bfbb439413c04d192d4813
parent7556e5d737b917d31ac3729b0f5e2391da7e132a
signature-format.txt: note SSH and X.509 signature delimiters

This document only explains PGP signatures, but Git now supports X.509
signatures as of 1e7adb9756 (gpg-interface: introduce new signature
format "x509" using gpgsm, 2018-07-17), and SSH signatures as of
29b315778e (ssh signing: add ssh key format and signing code,
2021-09-10).

Additionally, explain that these signature formats are controlled
`gpg.format`, linking to its documentation, and explain in said
`gpg.format` documentation that the underlying signature format is
documented in signature-format.txt.

Signed-off-by: Gwyneth Morgan <gwymor@tilde.club>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/gpg.txt
Documentation/gitformat-signature.txt