addurl --json: Include field for added key

(unless the file was added directly to git due to annex.largefiles configuration.)

(Also done by add --json and import --json)
This commit is contained in:
Joey Hess 2016-01-19 12:01:00 -04:00
parent 7b8e79c0f0
commit 80d5feefc7
Failed to extract signature
2 changed files with 4 additions and 0 deletions

View file

@ -379,6 +379,7 @@ cleanup u url file key mtmp = case mtmp of
)
where
go = do
maybeShowJSON [("key", key2file key)]
when (isJust mtmp) $
logStatus key InfoPresent
setUrlPresent u key url

3
debian/changelog vendored
View file

@ -7,6 +7,9 @@ git-annex (6.20160115) UNRELEASED; urgency=medium
terminal. This is particuarly important for commands with --batch
output, which was not always being flushed at an appropriate time.
* add, import: Support --json output.
* addurl --json: Include field for added key (unless the file was
added directly to git due to annex.largefiles configuration.)
(Also done by add --json and import --json)
-- Joey Hess <id@joeyh.name> Fri, 15 Jan 2016 14:05:01 -0400