aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-27 17:40:21 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-27 17:40:21 -0400
commit454b6c96dee4b854decdcda78c6c2b11fd43c21b (patch)
treec9e0f24887b17bc3fa7f4cf74cfd537ef1fe58c2 /doc/todo
parent937aa0b3f16f3b6f07678acbd380c23b9a9085dc (diff)
Fix bogus failure of fsck --fast.
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/enable_fsck_--fast_for_S3_remotes.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/todo/enable_fsck_--fast_for_S3_remotes.mdwn b/doc/todo/enable_fsck_--fast_for_S3_remotes.mdwn
index 2d269e61c..77392b36d 100644
--- a/doc/todo/enable_fsck_--fast_for_S3_remotes.mdwn
+++ b/doc/todo/enable_fsck_--fast_for_S3_remotes.mdwn
@@ -25,3 +25,6 @@ failed
while ``git annex fsck -f S3remote`` works fine. But, to check for the presence of a file (which is my understanding of what ``--fast`` is for here), it shouldn't be necessary to download the file.
+
+> [[fixed|done]]; it was not supposed to fail at all in this case, and
+> won't anymore. --[[Joey]]