This commit is contained in:
Joey Hess 2017-12-05 12:43:57 -04:00
parent ae945d3810
commit 42368af8f4
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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.
"""]]