💾 Archived View for nicksphere.ch › 2022 › 03 › 14 › journal-update-019 captured on 2024-02-05 at 10:01:13. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-08)

➡️ Next capture (2024-05-10)

🚧 View Differences

-=-=-=-=-=-=-

 _  _ _    _        _              _     _                      
| \| (_)__| |_  ___| |__ _ ___  _ | |___| |_  _ _  ___ ___ _ _  
| .` | / _| ' \/ _ \ / _` (_-< | || / _ \ ' \| ' \(_-</ _ \ ' \ 
|_|\_|_\__|_||_\___/_\__,_/__/  \__/\___/_||_|_||_/__/\___/_||_|

🔗 Return to homepage

📆 March 14, 2022 | ⏱️ 2 minutes read | 🏷️ journal updates

Journal Update 019

What's New

If all you want to do is verify commits, you don't need git-signify. You can run the commands below instead. With Git and Signify installed, run:

git cat-file -p <commit-hash> | sed -n '/-----BEGIN PGP SIGNATURE-----/,/-----END PGP SIGNATURE-----/p' | sed '1d;$d' | sed 's/ //' > /tmp/sig
git cat-file -p <commit-hash> | sed '/-----BEGIN PGP SIGNATURE-----/,/-----END PGP SIGNATURE-----/d' | signify -V -p <signify-public-key> -m - -x /tmp/sig

Future Plans

References

🔗 [1]: about page

🔗 [2]: git-signify

Copyright 2020-2024 Nicholas Johnson. CC BY-SA 4.0.