diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-01 16:33:05 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-01 16:33:05 -0400 |
commit | 6bfb6df8f614da248562b932217566731892681d (patch) | |
tree | 3173bce3970137092042fc5ef6d4b02d63f01843 /debian/changelog | |
parent | 3732d4a2673cbe5e7b4c39b7fa2c211da0689d84 (diff) |
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.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 0563eba43..22db45245 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 |