|
|
|
|
|
by pyuser583
2144 days ago
|
|
How would git have handled the same issue? I imagine if Linus pushed
to the remote repo, it would have said “your repo isn’t up to date”. But AFAIK, it doesn’t have the same sort of built in checksum checkers. If an attacker signed the commit insecurely, would git complain? Can you set git to require PGP signatures? Probably. |
|
you can sign commits with PGP signatures and with hooks, you can reject commits that aren't signed. i believe maintainers sign commits in the linux repo.