restic/internal/filter
Michael Eischer 88c8e903d2 filter: Fix glob matching on absolute path marker on windows
A pattern part containing "/" is used to mark a path or a pattern as
absolute. However, on Windows the path separator is "\" such that glob
patterns like "?" could match the marker. The code now explicitly skips
the marker when the pattern does not represent an absolute path.
2020-10-09 16:11:05 +02:00
..
testdata Moves files 2017-07-23 14:19:13 +02:00
doc.go Moves files 2017-07-23 14:19:13 +02:00
filter.go filter: Fix glob matching on absolute path marker on windows 2020-10-09 16:11:05 +02:00
filter_test.go filter: explicitly test separate ListWithChild function 2020-10-07 20:47:52 +02:00