mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 12:55:18 +00:00
0b39940fdb
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. |
||
---|---|---|
.. | ||
.gitignore | ||
issue-4251 | ||
issue-4472 | ||
issue-4515 | ||
issue-4540 | ||
issue-4547 | ||
pull-4503 | ||
pull-4526 | ||
pull-4573 | ||
pull-4590 | ||
pull-4615 |