mirror of
https://github.com/restic/restic.git
synced 2026-04-14 09:08:51 +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.