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
- extra headers (ordered list of byte key/value pairs): arbitrary additional metadata attached to the revision. The key must not contain the ASCII bytes for the space or LF characters; commonly used keys are a string of non-whitespace printable ASCII characters, such as `"encoding"` (where the value is interpreted as the encoding of the message field) or `"gpgsig"` (where the value is interpreted as an OpenPGP signature of the metadata of the revision).
This line reads or "gpgsig" (where the value is interpreted as an OpenPGP signature of the metadata of the revision). However, the gpgsig is a bit of a misnomer now in that the signature can be SSH or x509 signatures too. See https://git-scm.com/docs/gitformat-signature
Perhaps better to just say a "cryptographic signature" rather than "OpenPGP signature".
The text was updated successfully, but these errors were encountered:
It's an example, so I don't think it matters much which one. But for what is worth I like the first one more, because it's easier to read/understand for the intended public.
specification/Chapters/5.Core_identifiers.md
Line 94 in 5c0717c
This line reads
or "gpgsig" (where the value is interpreted as an OpenPGP signature of the metadata of the revision).
However, thegpgsig
is a bit of a misnomer now in that the signature can be SSH or x509 signatures too. See https://git-scm.com/docs/gitformat-signaturePerhaps better to just say a "cryptographic signature" rather than "OpenPGP signature".
The text was updated successfully, but these errors were encountered: