diff options
author | Joey Hess <joeyh@joeyh.name> | 2017-06-01 11:40:47 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2017-06-01 11:40:47 -0400 |
commit | 9a9aa7cb83b8338331a1fa61e9b8dd2b21b2c538 (patch) | |
tree | 0411d7b1ccfa84f0ee00cdbbdfac0081442bfd25 /CHANGELOG | |
parent | 85e62f678cbd6c69edee9a77cd28160483c9257a (diff) |
error when metadata set is used with file that does not exist
When setting metadata of a file that did not exist, no error message was
displayed, unlike getting metadata and most other git-annex commands. Fixed
this oversight.
Note that, if the file exists but is not annexed, there's no error.
This is the same behavior as other git-annex commands.
This commit was supported by the NSF-funded DataLad project.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ git-annex (6.20170520) UNRELEASED; urgency=medium transfers. * Avoid concurrent git-config setting problem when running concurrent threads. + * metadata: When setting metadata of a file that did not exist, + no error message was displayed, unlike getting metadata and most other + git-annex commands. Fixed this oversight. -- Joey Hess <id@joeyh.name> Wed, 24 May 2017 14:03:40 -0400 |