a bit sad that "since for time_points, for for time_duration" grammar rule isn't as well known as it should
Some may not remember BitKeeper being used to maintain the Linux kernel source code and how a discrepancy was found (22 years ago) between that repo and the CVS repo. This kind of led to git and signed commits that we have today, etc.
Here's a short write up: https://blog.citp.princeton.edu/2013/10/09/the-linux-backdoo...
jmclnx•7h ago
Then there is the added complexity of git using SHA1, I do not know if that has been changed yet.
Fun times ahead.
FWIW, I changed my git commit signing to ssh-ed25519 from gnupg about a month ago.
freeopinion•6h ago
https://lists.gnupg.org/pipermail/gnupg-announce/2021q2/0004...
kpcyrd•4h ago
But even then, when using ed25519+sha256 to generate a signature, you're still going to do this over a sha1 hash because of the way git works.
arccy•3h ago