find, findkeys, examinekey: escape output to terminal when --format is not used
authorJoey Hess <joeyh@joeyh.name>
Tue, 11 Apr 2023 18:57:09 +0000 (14:57 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 11 Apr 2023 19:27:07 +0000 (15:27 -0400)
commitafa5b883dc9a05c11cd729ad16f58208584e9f70
tree7c29ade24e51acd065fafc9ae7ab9180247b84e3
parentdf6f9f1ee84db38b590d65306bdaa4cd94ebd3d2
find, findkeys, examinekey: escape output to terminal when --format is not used

Note that filenames are not quoted, only escaped. This is to match the
output of --format with escaping.

Sponsored-by: Lawrence Brogan on Patreon
CHANGELOG
Command/ExamineKey.hs
Command/Find.hs
Command/FindKeys.hs
Command/Whereis.hs
Utility/Format.hs
Utility/SafeOutput.hs
doc/git-annex-examinekey.mdwn
doc/git-annex-find.mdwn
doc/git-annex-findkeys.mdwn