Hacker News new | ask | show | jobs
by stevelacy 1412 days ago
Good to know, I was not aware. The squash/rebase issue is definitely problematic, though a tree of signatures could be appended to each commit. Now... this does break how commits are currently signed.
1 comments

Would this be a problem if commits were stored in a blockchain? Rebase would effectively fork the chain.
a git repo is practically a blockchain. Fixing this will require how git treats signatures, but no additional parallel architecture needs to be created.