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
Age
Commit message (
Expand
)
Author
2018-06-20
Obsolete #!/bin/bash shebang
DesWurstes
2018-06-18
Merge #13454: Make sure LC_ALL=C is set in all shell scripts
Wladimir J. van der Laan
2018-06-16
Merge #13448: Add linter: Make sure we explicitly open all text files using U...
Wladimir J. van der Laan
2018-06-15
Fix CVE-2018-12356 by hardening the regex.
Loganaden Velvindron
2018-06-14
Add "export LC_ALL=C" to all shell scripts
practicalswift
2018-06-12
Explicitly specify encoding when opening text files in Python code
practicalswift
2018-06-12
Use python instead of slow shell script on verify-commits
Chun Kuan Lee
2018-04-07
Merge #12708: Make verify-commits.sh test that merges are clean
Wladimir J. van der Laan
2018-03-29
[verify-commits] Add some additional useful documentation.
Matt Corallo
2018-03-28
Add Marco-expired-key-signed-commits to allow-revsig-commits
Matt Corallo
2018-03-28
Revert "test: Update trust git root".
Matt Corallo
2018-03-16
Make verify-commits.sh test that merges are clean
Pieter Wuille
2018-03-06
test: Update trust git root
Wladimir J. van der Laan
2017-12-05
[verify-commits] Fix gpg.sh's echoing for commits with '\n'
Matt Corallo
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-20
[verify-commits] Allow revoked keys to expire
Matt Corallo
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
Update trusted-sha512-root-commit for new bad tree hash
Matt Corallo
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-05
Fix regsig checking for subkey sigs in verify-commits
Matt Corallo
2017-03-04
Allow any subkey in verify-commits
Matt Corallo
2017-03-04
Add comment re: why SHA1 is disabled
Peter Todd
2017-03-04
Verify Tree-SHA512s in merge commits, enforce sigs are not SHA1
Matt Corallo
2017-02-27
Add Pieter's old signed commits to revsig-commits
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-06-18
Remove sipa's old revoked key from verify-commits
Peter Todd
2016-06-09
Add README for verify-commits
Peter Todd
2016-05-21
Remove keys that are no longer used for merging
Peter Todd
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
2016-04-21
[contrib] verify-commits: Add MarcoFalke fingerprint
MarcoFalke
2015-11-13
add jonasschnellis key to git-verify-commits trusted-keys
Jonas Schnelli
2015-11-06
Use Pieter's signing subkey instead of his primary key
Matt Corallo
2015-10-27
Add Pieter's new PGP key to verify-commits/trusted-keys
Matt Corallo
2015-10-23
Whitelist commits signed with Pieter's now-revoked key
Matt Corallo
2015-10-22
Fix pre-push-hook regexes
Matt Corallo
2015-09-14
Update trusted-git-root to the most recent unsigned commit
Matt Corallo
2014-12-20
Add script to verify all merge commits are signed
Matt Corallo