Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: use
git-secure-tag
for release tags
`git-secure-tag` recursively constructs an SHA-512 digest out of the git tree, and puts the hash from the tree's root into the tag annotation. This hash provides better integrity guarantees than the default SHA-1 merkle tree that git uses. Fix: #7579
- Loading branch information