From 09e5189fe1f14d69cf511cfac3d34dff817e60ad Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 Jun 2013 12:35:33 -0400 Subject: status: No longer shows dead repositories. This is because people continually whine about it. Seemingly not aware that data generally cannot be deleted from git anyway. --- Command/Status.hs | 1 - debian/changelog | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/Status.hs b/Command/Status.hs index 75080706d..af85fcc2a 100644 --- a/Command/Status.hs +++ b/Command/Status.hs @@ -102,7 +102,6 @@ global_fast_stats = , remote_list Trusted , remote_list SemiTrusted , remote_list UnTrusted - , remote_list DeadTrusted , transfer_list , disk_size ] diff --git a/debian/changelog b/debian/changelog index a649c0ea9..e51c769c3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,7 @@ git-annex (4.20130602) UNRELEASED; urgency=low archive directory. (Indirect mode still has some buggy behavior in this area, since it does not keep track of associated files.) Closes: #712060 + * status: No longer shows dead repositories. -- Joey Hess Mon, 10 Jun 2013 12:52:44 -0400 -- cgit v1.2.3