2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-19 09:12:22 +00:00
restic/changelog/unreleased
Michael Eischer 0b39940fdb walker: Remove ignoreTrees functionality
It was only used in two places:
- stats: apparently as a minor performance optimization, which is
  unlikely to be important
- find: filtered directories would be ignored. However, this
  optimization missed that it is possible that two directories have the
  exact same content. Such directories would be incorrectly ignored too.
  Example:
```
mkdir test test/a test/b
restic backup test
restic find latest test/b
-> incorrectly does not return anything
```

Thus, remove the functionality as it's apparently too complex to use
correctly.
2024-01-19 21:16:06 +01:00
..
.gitignore Add gitignore to changelog/unreleased 2020-11-05 09:01:32 +01:00
issue-4251 extend changelog for --stdin-from-command 2023-10-27 23:58:52 +02:00
issue-4472 s3: update documentation 2024-01-07 19:30:11 +01:00
issue-4515 retry: Do not retry Load() if file does not exist 2023-10-22 13:25:32 -05:00
issue-4540 Prepare changelog for 0.16.2 2023-10-29 19:50:04 +01:00
issue-4547 Split go_target into go_os and go_arch 2023-11-01 22:43:38 +01:00
pull-4503 stats: fix hardlink tracking in a snapshot 2023-10-27 23:40:42 +02:00
pull-4526 Add bitrot detection to "diff" command 2024-01-06 20:12:47 +01:00
pull-4573 rewrite: Add changelog 2023-12-24 15:36:22 +01:00
pull-4590 mount: detect mountpoint does not exist before opening the repository 2023-12-24 11:54:18 +01:00
pull-4615 walker: Remove ignoreTrees functionality 2024-01-19 21:16:06 +01:00