aboutsummaryrefslogtreecommitdiff
path: root/contrib/verify-commits/verify-commits.sh
AgeCommit message (Expand)Author
2018-06-12Use python instead of slow shell script on verify-commitsChun Kuan Lee
2018-03-16Make verify-commits.sh test that merges are cleanPieter Wuille
2017-12-04Merge #10773: Shell script cleanupsPieter Wuille
2017-11-09Merge #10771: Remove unused variables in shell scriptsWladimir J. van der Laan
2017-10-18Add quotes to variable assignment (as requested by @TheBlueMatt)practicalswift
2017-10-18Fix valid path outputpracticalswift
2017-10-18Fix incorrect quoting of quotes (the previous quotes had no effect beyond unq...practicalswift
2017-10-18Remove unused variablespracticalswift
2017-10-09Remove accidental stray semicolonpracticalswift
2017-08-09Remove unused variables in shell scripts.practicalswift
2017-03-09If GNU sha512sum is missing, try perl shasum in verify-commitsMatt Corallo
2017-03-09Make verify-commits.sh non-recursiveMatt Corallo
2017-03-06Fix bashisms in verify-commits and always check top commit's treeMatt Corallo
2017-03-06Check gpg version before setting --weak-digestMatt Corallo
2017-03-04Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1Matt Corallo
2017-02-01Require merge commits merge branches on top of other merge commitsMatt Corallo
2016-09-11[copyright] add MIT license headers to .sh scripts where missingisle2983
2016-05-21Remove pointless warningPeter Todd
2016-05-21Make verify-commits path-independentMatt Corallo
2016-05-21Make verify-commits POSIX-compliantMatt Corallo
2015-10-23Whitelist commits signed with Pieter's now-revoked keyMatt Corallo
2014-12-20Add script to verify all merge commits are signedMatt Corallo