--- /dev/null
+[[!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]]
+"""]]
--- /dev/null
+`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]]