From 689a26d25a088512a94173bec9b00081f41196f2 Mon Sep 17 00:00:00 2001 From: Atemu Date: Mon, 10 May 2021 11:01:43 +0000 Subject: [PATCH] --- doc/todo/fsck_option_to_only_show_broken.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/fsck_option_to_only_show_broken.mdwn diff --git a/doc/todo/fsck_option_to_only_show_broken.mdwn b/doc/todo/fsck_option_to_only_show_broken.mdwn new file mode 100644 index 0000000000..cade432e43 --- /dev/null +++ b/doc/todo/fsck_option_to_only_show_broken.mdwn @@ -0,0 +1,3 @@ +`git annex fsck` currently spams the terminal with all keys in a repo and prints `git-annex: fsck: n failed` at the end if errors occur. Finding these errors in a sea of `ok`s is not trivial however. + +A simple solution to this could be an fsck option which skips printing ok'd (and perhaps also dead) keys, i.e. `--no-ok` and `--no-dead`.