2
2
mirror of https://github.com/octoleo/restic.git synced 2024-11-16 01:57:10 +00:00
restic/changelog/unreleased/pull-1891
Alexander Neumann 33dfbf5c38 Reword changelog
2018-10-03 10:37:35 +02:00

8 lines
316 B
Plaintext

Enhancement: Accept glob in paths loaded via --files-from
Before that, behaviour was different if paths were appended to command line or
from a file, because wild card characters were expanded by shell if appended to
command line, but not expanded if loaded from file.
https://github.com/restic/restic/issues/1891