aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-06-01 11:40:47 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-06-01 11:40:47 -0400
commit9a9aa7cb83b8338331a1fa61e9b8dd2b21b2c538 (patch)
tree0411d7b1ccfa84f0ee00cdbbdfac0081442bfd25 /CHANGELOG
parent85e62f678cbd6c69edee9a77cd28160483c9257a (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--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 47628bdc2..3540b937a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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