From 8b5dbb14a82a0a0610e991ed10072dd742d7eb48 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 9 Jun 2015 15:01:11 -0400 Subject: [PATCH] fixed --- doc/bugs/fsck_reports_unsolvable_problem.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/bugs/fsck_reports_unsolvable_problem.mdwn b/doc/bugs/fsck_reports_unsolvable_problem.mdwn index d0164f8bc2..56c7944229 100644 --- a/doc/bugs/fsck_reports_unsolvable_problem.mdwn +++ b/doc/bugs/fsck_reports_unsolvable_problem.mdwn @@ -18,3 +18,10 @@ According to IRC this "can happen if you annexed a file and then deleted it with 5.20140717 from Ubuntu utopic [[!tag confirmed]] + +> [[done]] -- fsck --all or in a bare repo will skip over keys that have +> been marked dead, which can be done with `git annex dead --key`. +> +> Might go further later, and make `git annex drop --force`, when removing +> the last copy of a key, mark it as dead. But maybe that is too DWIM. +> --[[Joey]]