2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-06 11:00:48 +00:00
restic/changelog/0.14.0_2022-08-25/pull-3729

9 lines
323 B
Plaintext
Raw Normal View History

2022-08-23 23:21:01 +00:00
Enhancement: Display full IDs in `check` warnings
2022-08-23 23:21:01 +00:00
When running commands to inspect or repair a damaged repository, it is often
necessary to supply the full IDs of objects stored in the repository.
The output of `check` now includes full IDs instead of their shortened variant.
https://github.com/restic/restic/pull/3729