Add script to verify all merge commits are signed

This commit is contained in:
Matt Corallo
2014-10-27 00:07:25 -07:00
parent 13c077c7cf
commit adaa568722
6 changed files with 91 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ Repository Tools
Specific tools for developers working on this repository.
Contains the script `github-merge.sh` for merging github pull requests securely and signing them using GPG.
### [Verify-Commits](/contrib/verify-commits) ###
Tool to verify that every merge commit was signed by a developer using the above `github-merge.sh` script.
### [Linearize](/contrib/linearize) ###
Construct a linear, no-fork, best version of the blockchain.