From b08b9ed21089dd4bc9406cc2095d805146c31ca8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 25 Jun 2021 14:48:36 -0400 Subject: [PATCH] fix innacuracy --all does not skip dead keys for all commands; git-annex fsck checks if a key is dead and skips it. --- doc/git-annex-dead.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex-dead.mdwn b/doc/git-annex-dead.mdwn index 2793a25bd5..d981aa4ba1 100644 --- a/doc/git-annex-dead.mdwn +++ b/doc/git-annex-dead.mdwn @@ -18,7 +18,7 @@ description, or their UUID. (To undo, use `git-annex semitrust`.) When a key is specified, indicates that the content of that key has been irretrievably lost. This prevents commands like `git annex fsck --all` -from complaining about it; `--all` will not operate on the key anymore. +from complaining about it. (To undo, add the key's content back to the repository, by using eg, `git-annex reinject`.)