todo
authorJoey Hess <joeyh@joeyh.name>
Fri, 29 Dec 2023 14:36:11 +0000 (10:36 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 29 Dec 2023 14:36:11 +0000 (10:36 -0400)
doc/todo/info__58___allow_file_matching_options_for_all_keys/comment_3_aae866dc71811074d69b91c2390ccb01._comment [new file with mode: 0644]
doc/todo/info_show_total_annex_sizes_of_repositories.mdwn [new file with mode: 0644]

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 (file)
index 0000000..940d1e2
--- /dev/null
@@ -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 (file)
index 0000000..59a95c8
--- /dev/null
@@ -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]]