|
|
|
|
|
by hsenag
487 days 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. |
|