mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 21:07:52 +00:00
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_test.go | ||
filter.go |