|
|
|
|
|
by satyanash
1197 days ago
|
|
> Consider git – it only ships the diffs, yet it produces whole and consistent repositories. IIRC git does _not_ ship diffs. It copies whole files even for the tiniest change. The compression layer handles the de-duping, which is a different layer. |
|