Add a description to VERIFIED_ONLY_OWN_COMMITS status flag in README.md template

Note that here I talk about commits and not git state. I don't even know
if talking about global commits diff like a git state diff make sense as
commits happening between the first and last known to date verifier can contain commits from other users.
This commit is contained in:
Benjamin Loison 2023-02-01 01:48:20 +01:00
parent de77294a7a
commit f04e95cfae
Signed by: Benjamin_Loison
SSH Key Fingerprint: SHA256:BtnEgYTlHdOg1u+RmYcDE0mnfz1rhv5dSbQ2gyxW8B8

View File

@ -17,7 +17,7 @@ Default template:
// Mandatory: git state hash verified. // Mandatory: git state hash verified.
"commit": "0123456789abcdef0123456789abcdef01234567", "commit": "0123456789abcdef0123456789abcdef01234567",
// Optional (default: "VERIFIED"): xor of following flags (written as `FLAG_0 | FLAG_1 | ... | FLAG_N`): // Optional (default: "VERIFIED"): xor of following flags (written as `FLAG_0 | FLAG_1 | ... | FLAG_N`):
// - `VERIFIED_ONLY_OWN_COMMITS` (note that using this flag for repositories that aren't managed by the verifier requires verifier commits to be signed and to precise the fingerprint of his public key in this `README.md` for instance) // - `VERIFIED_ONLY_OWN_COMMITS`: means that the whole git state wasn't verified but the verifier commits were verified (note that using this flag for repositories that aren't managed by the verifier requires verifier commits to be signed and to precise the fingerprint of his public key in this `README.md` for instance)
// - `CLOSED_SOURCE_DEPENDENCY` // - `CLOSED_SOURCE_DEPENDENCY`
// - `UNVERIFIED_INITIAL_COMMIT` // - `UNVERIFIED_INITIAL_COMMIT`
"status": "VERIFIED", "status": "VERIFIED",