From 5978b2a35b740bdaebc86c64dc7ab452b0a353fe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Apr 2021 13:31:08 -0400 Subject: [PATCH] comment --- ...ment_1_7a297f170720daf25f7ecf133aafc6a4._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/todo/import_from_directory_does_not_use_cp_--reflink__63___/comment_1_7a297f170720daf25f7ecf133aafc6a4._comment diff --git a/doc/todo/import_from_directory_does_not_use_cp_--reflink__63___/comment_1_7a297f170720daf25f7ecf133aafc6a4._comment b/doc/todo/import_from_directory_does_not_use_cp_--reflink__63___/comment_1_7a297f170720daf25f7ecf133aafc6a4._comment new file mode 100644 index 0000000000..57460fffb9 --- /dev/null +++ b/doc/todo/import_from_directory_does_not_use_cp_--reflink__63___/comment_1_7a297f170720daf25f7ecf133aafc6a4._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2021-04-14T17:25:26Z" + content=""" +git-annex import without --content does not copy files at all, so the disk +IO would AFAICS be it hashing files. (Unless you have annex.synccontent +set.) + +But when it does transfer the imported file from the remote, either at sync time +or because of a later get, it currently does not make reflinks. That should +be relatively easy to fix. +"""]]