summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-11-20 14:23:16 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-11-20 14:23:16 -0400
commitb7aebfc7c1835aad9ae95aff4c3837d6ab6e19c3 (patch)
treeb58f31e3e7976f74a8286cc758ed90d83680e43d
parent56bcb7fa8b44f9b16c894c2d33d582c5c020a80d (diff)
ah, I got it
-rw-r--r--doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_5_8c33fc01dd1de2abcd3782ff89b437de._comment9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_5_8c33fc01dd1de2abcd3782ff89b437de._comment b/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_5_8c33fc01dd1de2abcd3782ff89b437de._comment
index 170b21764..5645cb675 100644
--- a/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_5_8c33fc01dd1de2abcd3782ff89b437de._comment
+++ b/doc/bugs/annex_copy_might_not_report_percent-progress_when_it_has_actual_key_file/comment_5_8c33fc01dd1de2abcd3782ff89b437de._comment
@@ -5,4 +5,13 @@
content="""
I don't understand what you mean with the find command. Are you talking
about the "unknown" values in the json?
+
+Oh, I suppose you mean particularly that the bytesize is unknown.
+
+Well, this would make `find` output differ depending on whether the key is
+present or not, in cases where it would otherwise be the same. And it would
+change machine-consumable output in a way that for all I know would break
+stuff.
+
+So, changing that seems like a bad idea.
"""]]