From 3aa4cc9d6f6ec01a8226ff99c165c88fa7d5f95c Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Wed, 14 Apr 2021 20:46:11 +0000 Subject: [PATCH] Added a comment --- ...mment_7_b57afb61d622d9f5b2555e7d80d0ff4e._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/import_from_directory_does_not_use_cp_--reflink__63___/comment_7_b57afb61d622d9f5b2555e7d80d0ff4e._comment diff --git a/doc/todo/import_from_directory_does_not_use_cp_--reflink__63___/comment_7_b57afb61d622d9f5b2555e7d80d0ff4e._comment b/doc/todo/import_from_directory_does_not_use_cp_--reflink__63___/comment_7_b57afb61d622d9f5b2555e7d80d0ff4e._comment new file mode 100644 index 0000000000..cc412605b9 --- /dev/null +++ b/doc/todo/import_from_directory_does_not_use_cp_--reflink__63___/comment_7_b57afb61d622d9f5b2555e7d80d0ff4e._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 7" + date="2021-04-14T20:46:05Z" + content=""" +> Implemented CoW for directory special remote, comprehensively. + +woohoo -- I will give it a shot! (might as well just interrupt ongoing \"process\") + +it is good that it copies content -- that is the point for use of CoW here - to gain a full copy of the content virtually at no (storage) cost, so if original directory gets it changed - its copy would be all nicely versioned etc in the git-annex land ;) +"""]]