close, implemented already

This commit is contained in:
Joey Hess 2018-10-03 13:42:56 -04:00
parent 4ea33ecadd
commit 50b885ffd6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -21,3 +21,12 @@ level it discovers? Since fsck can be run incrementally, it would be tricky
to get an overall number. And the number would tend to be stale, but
then again it might also be nice if status shows how long ago the last fsck
was.
> `git annex info .` now includes this, which is basically the same
> idea:
combined size of repositories containing these files: 711.4 gigabytes
> I think that's close enough, it doesn't calculate a percentage, but
> it tells the total size of the directory earlier so the same information
> is there. [[done]] --[[Joey]]