From 33dfbf5c386803721cdc9d6ff2736cb3e9c12ab2 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Wed, 3 Oct 2018 10:34:50 +0200 Subject: [PATCH] Reword changelog --- changelog/unreleased/pull-1891 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/changelog/unreleased/pull-1891 b/changelog/unreleased/pull-1891 index d9c6aee9e..b70900a93 100644 --- a/changelog/unreleased/pull-1891 +++ b/changelog/unreleased/pull-1891 @@ -1,6 +1,7 @@ -Enhancement: Accept glob in paths that are in file loaded with --file-from +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. -Before that, behaviour was different if paths were appended to command line or from a file, because wildcard characters were expanded by shell if appended to command line, but not expanded if loaded from file https://github.com/restic/restic/issues/1891 - -