diff --git a/doc/todo/Fsck_remote_files_in-flight.mdwn b/doc/todo/Fsck_remote_files_in-flight.mdwn index 1b88fb0b22..93bd87f2a0 100644 --- a/doc/todo/Fsck_remote_files_in-flight.mdwn +++ b/doc/todo/Fsck_remote_files_in-flight.mdwn @@ -3,3 +3,5 @@ When fsck'ing a remote repo, files seem to be copied from the remote to a local This is very time-inefficient and wastes precious SSD erase cycles which is especially problematic in the case of special remotes because they can only be fsck'd "remotely" (AFAIK). Instead, remote files should be directly piped into an in-memory checksum function and never written to disk on the machine performing the fsck. + +> [[done]] per my comments --[[Joey]]