summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-12-05 12:43:57 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-12-05 12:43:57 -0400
commit5b7fe70fce652dbc83ce1baff0379b23cc8bb5b2 (patch)
tree15bf51c8ea137d261d00aa252f5ac06d6d139af3
parentc966e6c9171a2900bdfa8412e19004e50f6ed817 (diff)
comment
-rw-r--r--doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_6_4d5764187b03962cf7910ef805c57f06._comment13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_6_4d5764187b03962cf7910ef805c57f06._comment b/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_6_4d5764187b03962cf7910ef805c57f06._comment
new file mode 100644
index 000000000..10f8e3444
--- /dev/null
+++ b/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_6_4d5764187b03962cf7910ef805c57f06._comment
@@ -0,0 +1,13 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 6"""
+ date="2017-12-05T16:26:09Z"
+ content="""
+I'd be more comfortable with adding a new "disksize" value
+with the current space taken up by the key.
+
+However, adding that to find --json would mean that find would have to stat
+the file to get its size, which would slow it down. Find often does already
+stat the file via its inAnnex check, but eg `git annex find --in remote` does
+not, and slowing that down further seems inadvisable.
+"""]]