mirror of
https://github.com/octoleo/restic.git
synced 2025-01-23 07:08:28 +00:00
92eb1cbffd
Match/ChildMatch accept a ** pattern which is not noted in the doc string, nor do any of the docs or tests specify whether the match is greedy (i.e., can 'foo/**/bar' match paths with additional intermediate bar directories?). Add a note to the doc string and add test cases for greedy matches.