This commit is contained in:
Joey Hess 2023-12-29 10:48:12 -04:00
parent 49b50dd466
commit e7a550a25b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -1,4 +1,8 @@
`git-annex info` when run with a path displays "repositories containing these files" `git-annex info` when run with a path displays "repositories containing these files"
with a list of repositories and sizes. It would be good for it, when not with a list of repositories and sizes. It would be good for it, when not
run with a path to display a corresponding "annex size of repositories". run with a path to display a corresponding "annex size of repositories".
I think that this recently became possible to inplement cheaply.
cachedAllRepoData is collected now, used for "combined annex size of all repositories".
For this, it also needs to accumulate the size of each separate repository.
--[[Joey]] --[[Joey]]