mirror of
https://github.com/restic/restic.git
synced 2025-04-25 18:10:47 +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.