summaryrefslogtreecommitdiff
path: root/Command/Status.hs
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 /Command/Status.hs
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.
Diffstat (limited to 'Command/Status.hs')
-rw-r--r--Command/Status.hs1
1 files changed, 0 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
]