mirror of
https://github.com/octoleo/restic.git
synced 2024-11-23 05:12:10 +00:00
f5c448aa65
When the diff calculation compares two trees with identical id then no differences between them can ever show up. Optimize for that case by simply traversing the tree only once to collect all referenced blobs for a proper calculation of added and removed blobs. Just skipping the common subtrees is not possible as this would skew the results if the added or removed blobs are shared with one of the subtrees. |
||
---|---|---|
.. | ||
restic |