mirror of https://github.com/restic/restic.git
88c8e903d2
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. |
||
---|---|---|
.. | ||
testdata | ||
doc.go | ||
filter.go | ||
filter_test.go |