From 27d6e5e186f7c5e0848cbb9b36deb5a08756840d Mon Sep 17 00:00:00 2001 From: curiousleo Date: Mon, 27 May 2019 21:32:05 +0200 Subject: [PATCH] Add changelog file. --- changelog/unreleased/issue-2281 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/issue-2281 diff --git a/changelog/unreleased/issue-2281 b/changelog/unreleased/issue-2281 new file mode 100644 index 000000000..3f442f206 --- /dev/null +++ b/changelog/unreleased/issue-2281 @@ -0,0 +1,7 @@ +Bugfix: Handle format verbs like '%' properly in `find` output + +The JSON or "normal" output of the `find` command can now deal with file names +that contain substrings which the Golang `fmt` package considers "format verbs" +like `%s`. + +https://github.com/restic/restic/issues/2281