1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2024-12-21 23:33:03 +00:00

Limit changelog title to 80 characters

This commit is contained in:
Albin Vass 2024-12-06 10:48:03 +01:00
parent afdeece159
commit 7f207d3ed3

View file

@ -1,4 +1,4 @@
Bugfix: Include the root tree when searching for trees with restic find --tree
Bugfix: Include root tree when searching using `find --tree`
`restic find --tree` didn't find trees referenced by `restic snapshot --json`.
It now correctly includes the root tree when searching.