todo
This commit is contained in:
parent
92640e0801
commit
49b50dd466
2 changed files with 21 additions and 0 deletions
|
@ -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]]
|
||||
"""]]
|
|
@ -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]]
|
Loading…
Reference in a new issue