diff --git a/doc/todo/add_--quiet_option_to_fsck.mdwn b/doc/todo/add_--quiet_option_to_fsck.mdwn new file mode 100644 index 0000000000..2fe72441ee --- /dev/null +++ b/doc/todo/add_--quiet_option_to_fsck.mdwn @@ -0,0 +1,3 @@ +ATM it floods the screen with ok for every file (in non-interactive session even split across 2 lines). As such it is just a pure noise if I care to check if entire repo is ok -- a single summary line, possibly preceeded with reports about broken files would be much better imho. + +Cheers!