Fix find -i (case-insensitive search)

This commit is contained in:
Mikael Berthe
2018-06-24 19:20:59 +02:00
parent 7ddf91b65c
commit fbf8073dfc
2 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
Bugfix: Fix case-insensitive search with restic find
We've fixed the behavior for `restic find -i PATTERN`, which was
broken in v0.9.1.
https://github.com/restic/restic/pull/1861