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.py
Age
Commit message (
Expand
)
Author
2023-04-13
verify-commits: error and exit cleanly when git is too old.
Cory Fields
2023-02-16
verify-commits: Skip checks for commits older than trusted roots
Andrew Chow
2023-02-16
verify-commits: Use merge-tree in clean merge check
Andrew Chow
2023-02-16
verify-commits: Move trusted-keys valid sig check into verify-commits itself
Andrew Chow
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-05-05
contrib: fix dirname on `verify-commits`
brunoerg
2022-04-27
test, contrib, refactor: use `with` when opening a file
brunoerg
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-08-19
scripts: remove github-merge.py
fanquake
2019-02-21
Remove travis_wait from lint script
Graham Krizek
2019-01-18
Update all subprocess.check_output functions in CI scripts to be Python 3.4 c...
Graham Krizek
2018-12-06
Improve documentation for running verify-commits.py script
Jameson Lopp
2018-09-02
lint: Make sure we read the command line inputs using utf-8 decoding in python
Chun Kuan Lee
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