diff options
author | 2015-05-30 11:31:46 -0400 | |
---|---|---|
committer | 2015-05-30 11:31:46 -0400 | |
commit | 01b3244b76d0599051b1ddfb57d9db767f0ee4e2 (patch) | |
tree | a7a0867f2a93e8b2997bc60dcb1c5be9d8886ee8 | |
parent | 8eab45877e28a1ff311facf93a7456c3e0820067 (diff) |
fixed fix time machine
-rw-r--r-- | doc/todo/add_--quiet_option_to_fsck.mdwn | 4 | ||||
-rw-r--r-- | doc/todo/add_--quiet_option_to_fsck/comment_1_9c70dcdf11d23a33d1007005bbd58e60._comment | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/todo/add_--quiet_option_to_fsck.mdwn b/doc/todo/add_--quiet_option_to_fsck.mdwn index 2fe72441e..67412bf02 100644 --- a/doc/todo/add_--quiet_option_to_fsck.mdwn +++ b/doc/todo/add_--quiet_option_to_fsck.mdwn @@ -1,3 +1,7 @@ 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! + +> I jumped in a time machine, popped out in 2010 and implemented it +> them, to ensure the bug is already fixed on your computer. [[done]] +> --[[Joey]] diff --git a/doc/todo/add_--quiet_option_to_fsck/comment_1_9c70dcdf11d23a33d1007005bbd58e60._comment b/doc/todo/add_--quiet_option_to_fsck/comment_1_9c70dcdf11d23a33d1007005bbd58e60._comment new file mode 100644 index 000000000..e38c72fa2 --- /dev/null +++ b/doc/todo/add_--quiet_option_to_fsck/comment_1_9c70dcdf11d23a33d1007005bbd58e60._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-05-30T15:30:13Z" + content=""" +git-annex fsck already has this --quiet option. (Same option works with +most other git-annex commands too. +"""]] |