git-annex/doc/todo/checksum_verification_on_transfer
Joey Hess 2fb3722ce9 Do verification of checksums of annex objects downloaded from remotes.
* When annex objects are received into git repositories, their checksums are
  verified then too.
* To get the old, faster, behavior of not verifying checksums, set
  annex.verify=false, or remote.<name>.annex-verify=false.
* setkey, rekey: These commands also now verify that the provided file
  matches the key, unless annex.verify=false.
* reinject: Already verified content; this can now be disabled by
  setting annex.verify=false.

recvkey and reinject already did verification, so removed now duplicate
code from them. fsck still does its own verification, which is ok since it
does not use getViaTmp, so verification doesn't happen twice when using fsck
--from.
2015-10-01 15:56:39 -04:00
..
comment_1_30f77e631608b9751f9032f97d58cc30._comment
comment_2_1267ff79ddc84dad146bdb11a7bdf8b2._comment comment 2015-10-01 11:57:59 -04:00
comment_3_2fa9445619032a378264de8b59958c60._comment Do verification of checksums of annex objects downloaded from remotes. 2015-10-01 15:56:39 -04:00