logoalt Hacker News

account42last Wednesday at 10:22 AM1 replyview on HN

Git already conceptually stores an entire tree of files for each commit and has no problem with rebasing, cherry-picking etc. And the patches it generates for you are derived on the fly from those snapshots - a commit doesn't have a fixed canonical patch text.


Replies

SuperNinKenDolast Wednesday at 2:32 PM

But this is a proposal for a diff format, not a specification for a VCS.