Fix find --json to output json once more.
Reversion from commit 436f10771
, CustomOutput was forcing quiet output
which overrode the json setting.
find happened to be the only command that uses CustomOutput and also
outputs json. (metadata --get does also use CustomOutput and --json does not
enable json output for that, which may be an oversight, but was already the
behavior before this regression.)
This commit is contained in:
parent
8f26422943
commit
b8ef1bf3be
3 changed files with 12 additions and 1 deletions
|
@ -30,3 +30,5 @@ show similar issues and `find` is just the first I noticed.
|
|||
GNU/Linux, building git-annex with Guix
|
||||
|
||||
[[!meta author=kyle]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue