summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-17 12:35:33 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-17 12:35:33 -0400
commit09e5189fe1f14d69cf511cfac3d34dff817e60ad (patch)
treee556c29b1c7f2255df50f8aad37e3d202bf4479d
parent01604423ae6723ed246fee6a34b518137c91dd57 (diff)
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.
-rw-r--r--Command/Status.hs1
-rw-r--r--debian/changelog1
2 files changed, 1 insertions, 1 deletions
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 <joeyh@debian.org> Mon, 10 Jun 2013 12:52:44 -0400