aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar yarikoptic <yarikoptic@web>2017-09-27 05:30:53 +0000
committerGravatar admin <admin@branchable.com>2017-09-27 05:30:53 +0000
commitd79da8c1b10e98292244b16f3f12dcfd967f1d07 (patch)
treed6723af279201e1137cf7135f94dbda9c86e1a58 /doc
parentb1adf9fce800c5a67cd2f3418ae2e416c571e287 (diff)
Added a comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/set_metadata_leaks_from_one___40__staged__41___key_to_another_during_rename_of_file/comment_4_fda77062452ac619a23298007bc0148a._comment10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/set_metadata_leaks_from_one___40__staged__41___key_to_another_during_rename_of_file/comment_4_fda77062452ac619a23298007bc0148a._comment b/doc/bugs/set_metadata_leaks_from_one___40__staged__41___key_to_another_during_rename_of_file/comment_4_fda77062452ac619a23298007bc0148a._comment
new file mode 100644
index 000000000..7e79c4ca1
--- /dev/null
+++ b/doc/bugs/set_metadata_leaks_from_one___40__staged__41___key_to_another_during_rename_of_file/comment_4_fda77062452ac619a23298007bc0148a._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="yarikoptic"
+ avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
+ subject="comment 4"
+ date="2017-09-27T05:30:52Z"
+ content="""
+Thanks for the analysis/explaining. My POV, I somewhat got used to the notion \"git annex cares about content/keys, and files are mere pointers\". That is easy to explain, in particular why two files pointing to the same key would have the same meta-data. So I assumed that no meta-data would be copied over to the new content/key. But I now do see how retaining the meta-data could be useful, e.g. if I unlock/modify/add a file where meta-data should be carried over (e.g. for music could be all the author/album/etc)... But if file was not unlocked, then may be such \"copying\" shouldn't happen? not sure what to suggest otherwise :-/.
+
+In my specific case in one case (newly assigned meta-data) I could simply workaround by first renaming and then assigning meta-data to the renamed file, but in the other (if meta-data is already assigned for the key), I would need to explicitly reset it then but it seems can't do it without committing since that \"copy metadata for the filename\" happens upon committing... so not sure on how to workaround without explicitly removing it from those files after committing... heh
+"""]]