mirror of
https://github.com/restic/restic.git
synced 2026-02-25 10:16:23 +00:00
UnusedBlobs now directly reads the list of existing blobs from the repository index. This removes the need for the blobStatusExists flag, which in turn allows converting the blobRefs map into a BlobSet.