From: Joey Hess Date: Fri, 29 Dec 2023 14:36:11 +0000 (-0400) Subject: todo X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~29^2~74 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=49b50dd46686e8e49234681e671d66414e6cf9dd;p=git-annex.git todo --- diff --git a/doc/todo/info__58___allow_file_matching_options_for_all_keys/comment_3_aae866dc71811074d69b91c2390ccb01._comment b/doc/todo/info__58___allow_file_matching_options_for_all_keys/comment_3_aae866dc71811074d69b91c2390ccb01._comment new file mode 100644 index 0000000000..940d1e2801 --- /dev/null +++ b/doc/todo/info__58___allow_file_matching_options_for_all_keys/comment_3_aae866dc71811074d69b91c2390ccb01._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 3""" + date="2023-12-29T14:24:45Z" + content=""" +`git annex info --not --copies 2` displays the global overview (because you +have not specified a directory), and limits it to keys that have the +specified number of copies. + +Unused keys are included in the "local annexed keys" count when using +`git-annex info` without a directory. + +I agree it would make sense for `git-annex info` to display something +similar to the "repositories containing these files". Although in +the global overview it should show the total annex size of each repository. +[[todo/info_show_total_annex_sizes_of_repositories]] +"""]] diff --git a/doc/todo/info_show_total_annex_sizes_of_repositories.mdwn b/doc/todo/info_show_total_annex_sizes_of_repositories.mdwn new file mode 100644 index 0000000000..59a95c8ff7 --- /dev/null +++ b/doc/todo/info_show_total_annex_sizes_of_repositories.mdwn @@ -0,0 +1,4 @@ +`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". +--[[Joey]]