index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
verify-commits
/
verify-commits.sh
Age
Commit message (
Expand
)
Author
2018-06-12
Use python instead of slow shell script on verify-commits
Chun Kuan Lee
2018-03-16
Make verify-commits.sh test that merges are clean
Pieter Wuille
2017-12-04
Merge #10773: Shell script cleanups
Pieter Wuille
2017-11-09
Merge #10771: Remove unused variables in shell scripts
Wladimir J. van der Laan
2017-10-18
Add quotes to variable assignment (as requested by @TheBlueMatt)
practicalswift
2017-10-18
Fix valid path output
practicalswift
2017-10-18
Fix incorrect quoting of quotes (the previous quotes had no effect beyond unq...
practicalswift
2017-10-18
Remove unused variables
practicalswift
2017-10-09
Remove accidental stray semicolon
practicalswift
2017-08-09
Remove unused variables in shell scripts.
practicalswift
2017-03-09
If GNU sha512sum is missing, try perl shasum in verify-commits
Matt Corallo
2017-03-09
Make verify-commits.sh non-recursive
Matt Corallo
2017-03-06
Fix bashisms in verify-commits and always check top commit's tree
Matt Corallo
2017-03-06
Check gpg version before setting --weak-digest
Matt Corallo
2017-03-04
Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1
Matt Corallo
2017-02-01
Require merge commits merge branches on top of other merge commits
Matt Corallo
2016-09-11
[copyright] add MIT license headers to .sh scripts where missing
isle2983
2016-05-21
Remove pointless warning
Peter Todd
2016-05-21
Make verify-commits path-independent
Matt Corallo
2016-05-21
Make verify-commits POSIX-compliant
Matt Corallo
2015-10-23
Whitelist commits signed with Pieter's now-revoked key
Matt Corallo
2014-12-20
Add script to verify all merge commits are signed
Matt Corallo