From 53a1c9e359c60ed0ebeb670714eee0de094b8a27 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 23 May 2025 15:46:06 -0400 Subject: [PATCH] close dup todo --- ...omment_3_f7d67710fc0d880335220a3d9e3ec11d._comment | 11 +++++++++++ .../show_time_of_last_interaction_with_a_repo.mdwn | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 doc/todo/Recent_remote_activities/comment_3_f7d67710fc0d880335220a3d9e3ec11d._comment diff --git a/doc/todo/Recent_remote_activities/comment_3_f7d67710fc0d880335220a3d9e3ec11d._comment b/doc/todo/Recent_remote_activities/comment_3_f7d67710fc0d880335220a3d9e3ec11d._comment new file mode 100644 index 0000000000..b497e0ed0d --- /dev/null +++ b/doc/todo/Recent_remote_activities/comment_3_f7d67710fc0d880335220a3d9e3ec11d._comment @@ -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. +"""]] diff --git a/doc/todo/show_time_of_last_interaction_with_a_repo.mdwn b/doc/todo/show_time_of_last_interaction_with_a_repo.mdwn index 315fdf91f8..57e49d1b4f 100644 --- a/doc/todo/show_time_of_last_interaction_with_a_repo.mdwn +++ b/doc/todo/show_time_of_last_interaction_with_a_repo.mdwn @@ -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]]