top | item 43060842

(no title)

hsenag | 1 year ago

Even if previous VCSes (edit: other than Darcs) used diffs internally to store changes efficiently, they were still inherently snapshot based.

I think Git's advantage was mainly from using Merkle trees rather than specifically that it was snapshot based.

discuss

order

adastra22|1 year ago

To be clear, darcs is neither diff nor snapshot based.

sunshinerag|1 year ago

What is it based on then?