From: Joey Hess Date: Fri, 29 Dec 2023 14:48:12 +0000 (-0400) Subject: plan X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~73 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e7a550a25befe25b8200bb38e46341074a24c79d;p=git-annex.git plan --- diff --git a/doc/todo/info_show_total_annex_sizes_of_repositories.mdwn b/doc/todo/info_show_total_annex_sizes_of_repositories.mdwn index 59a95c8ff7..ce48edc537 100644 --- a/doc/todo/info_show_total_annex_sizes_of_repositories.mdwn +++ b/doc/todo/info_show_total_annex_sizes_of_repositories.mdwn @@ -1,4 +1,8 @@ `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 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]]