mirror of
https://github.com/kopia/kopia.git
synced 2026-01-26 07:18:02 -05:00
* trivial: refactored indexBlobManager interface * testlogging: added NewLogger() * blob: added helper to extract blob IDs * content: added packIndexBuilder.BuildStable() This uncovered a bug where we were failing to return the name of last pack object ID in an index file. Because of padding this was never possible, but with stable indexes will. Fixed that.