aboutsummaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/bugs/Adding_metadata.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/Adding_metadata.mdwn b/doc/bugs/Adding_metadata.mdwn
index 1869baeb4..e413e7e82 100644
--- a/doc/bugs/Adding_metadata.mdwn
+++ b/doc/bugs/Adding_metadata.mdwn
@@ -15,4 +15,4 @@ v5.20150710-g8fd705
We use git-annex for our open-source !FreeSurfer software and find very helpful indeed. Thank you. https://surfer.nmr.mgh.harvard.edu/
-
+> [fixed|done]] --[[Joey]]