This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
commit=$1 | |
parent=$1^1 | |
function commit_path_sha512 { | |
git cat-file blob $(git rev-parse $1:$2) | sha512sum | cut -d " " -f 1 | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kim@kopti:~/tmp$ cat ba-21-01-2015.txt | grep -v ben_vulpes | grep -v asciilifeform | grep -v lobbes | grep -v "^$" | gpg --clearsign | |
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA1 | |
18:00:01 gavinandresen: howdy y'all | |
18:00:54 kakobrekla: hi | |
18:01:28 felipelalli: hi! | |
18:02:11 gavinandresen: I came here so you can tell me how I’m going to ruin bitcoin (again…) | |
18:03:06 davout: gavinandresen: hello |