info --json: Improve json for "backend usage", using a nested object with fields for each backend instead of the previous weird nested lists. This may break existing parsers of this json output, if there were any.

This commit is contained in:
Joey Hess 2016-01-01 16:33:05 -04:00
parent 09a2fcb643
commit 121659576b
Failed to extract signature
3 changed files with 28 additions and 3 deletions

3
debian/changelog vendored
View file

@ -35,6 +35,9 @@ git-annex (6.20151219) UNRELEASED; urgency=medium
there.
* info: Fix "backend usage" numbers, which were counting present keys
twice.
* info --json: Improve json for "backend usage", using a nested object
with fields for each backend instead of the previous weird nested lists.
This may break existing parsers of this json output, if there were any.
-- Joey Hess <id@joeyh.name> Sat, 19 Dec 2015 13:31:17 -0400