summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-02-10 16:06:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-02-10 16:06:53 -0400
commit6a1596bcaaaeea06108fd336ca9633e931d207c1 (patch)
tree1c594181c4031e8f7af7fc1b4758256149456282 /doc/bugs
parentebbec7ac550343034a9b0341256ca475082f88e1 (diff)
metadata: When setting metadata, do not recurse into directories by default, since that can be surprising behavior and difficult to recover from. The old behavior is available by using --force.
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/__34__git_annex_metadata__34___without_a_file_name_is_hazardous.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/__34__git_annex_metadata__34___without_a_file_name_is_hazardous.mdwn b/doc/bugs/__34__git_annex_metadata__34___without_a_file_name_is_hazardous.mdwn
index 1a93b4b5b..44644c890 100644
--- a/doc/bugs/__34__git_annex_metadata__34___without_a_file_name_is_hazardous.mdwn
+++ b/doc/bugs/__34__git_annex_metadata__34___without_a_file_name_is_hazardous.mdwn
@@ -22,3 +22,5 @@ congrats, your old values of field are (kinda) gone.
# End of transcript or log.
"""]]
+
+> agreed; [[fixed|done]] --[[Joey]]