5 ms·
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
by stevelacy 4y 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.
- eurasiantiger 4y agoWould this be a problem if commits were stored in a blockchain? Rebase would effectively fork the chain.
- pilif 4y agoa git repo is practically a blockchain. Fixing this will require how git treats signatures, but no additional parallel architecture needs to be created.