projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49b50dd
)
plan
author
Joey Hess
<joeyh@joeyh.name>
Fri, 29 Dec 2023 14:48:12 +0000
(10:48 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 29 Dec 2023 14:48:12 +0000
(10:48 -0400)
doc/todo/info_show_total_annex_sizes_of_repositories.mdwn
patch
|
blob
|
history
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 59a95c8ff781bc539f2b11f3105ae9ede83772ba..ce48edc537bac2ff6179d1e0d2ffbcbd82e5a18f 100644
(file)
--- 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]]