From 57b2c5d0eefa883bd77a846af41c30e108c6aa9b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 26 Jul 2016 14:53:00 -0400 Subject: saner format for metadata --json metadata --json output format has changed, adding a inner json object named "fields" which contains only the fields and their values. This should be easier to parse than the old format, which mixed up metadata fields with other keys in the json object. Any consumers of the old format will need to be updated. This adds a dependency on unordered-containers for parsing MetaData from JSON, but it's a free dependency; aeson pulls in that library. --- CHANGELOG | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 79e4dc1bd..45da171c2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ -git-annex (6.20160620) UNRELEASED; urgency=medium +git-annex (6.20160726) UNRELEASED; urgency=medium + * metadata --json output format has changed, adding a inner json object + named "fields" which contains only the fields and their values. + This should be easier to parse than the old format, which mixed up + metadata fields with other keys in the json object. + Any consumers of the old format will need to be updated. * Added --branch option to copy, drop, fsck, get, metadata, mirror, move, and whereis commands. This option makes git-annex operate on files that are included in a specified branch (or other treeish). -- cgit v1.2.3