close dup todo

This commit is contained in:
Joey Hess 2025-05-23 15:46:06 -04:00
parent f118ee8b9e
commit 53a1c9e359
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2025-05-23T19:44:03Z"
content="""
Basically the same todo previously: [[todo/show_time_of_last_interaction_with_a_repo]]
I'll close that one in favor of this new one. The old one did have some
ideas about using groups to manually track activity, and a way to use
`git-annex expire` to list recently fsked repos.
"""]]

View file

@ -1 +1,4 @@
When [[`git-annex-info`|git-annex-info]] lists repos, it can be unclear which ones are still "active". It would help if the info command showed the time of last interaction for each repo. Seems like the code to determine that already exists in [[`git-annex-expire`|git-annex-expire]]?
> Closing as a duplicate, since there is a newer todo
> [[show_time_of_last_interaction_with_a_repo]]. --[[Joey]]