mirror of
https://github.com/kopia/kopia.git
synced 2026-03-25 17:41:11 -04:00
Nits and cleanups: - clarify log message to indicate the effect of advancing the deletion watermark; - add omitzero JSON tag to appropriate fields in snapshot.Manifest struct; - use maps.Clone instead of explicit loop; - rename function to IterateUnreferencedPacks for clarity; - use atomic.Int32 type; - move a continue check to the beginning of the loop, no actual work / side effects were performed before the check; - reduce type requirement in blob.ReadBlobMap