diff --git a/changelog/unreleased/pull-5153 b/changelog/unreleased/pull-5153 new file mode 100644 index 000000000..834f17c51 --- /dev/null +++ b/changelog/unreleased/pull-5153 @@ -0,0 +1,6 @@ +Bugfix: Include the root tree when searching for trees with restic find --tree + +`restic find --tree` didn't find trees referenced by `restic snapshot --json`. +It now correctly includes the root tree when searching. + +https://github.com/restic/restic/pull/5153