git-annex/Annex/Content
Joey Hess 62e152f210
incremental checksum on download from ssh or p2p
Checksum as content is received from a remote git-annex repository, rather
than doing it in a second pass.

Not tested at all yet, but I imagine it will work!

Not implemented for any special remotes, and also not implemented for
copies from local remotes. It may be that, for local remotes, it will
suffice to use rsync, rely on its checksumming, and simply return Verified.
(It would still make a checksumming pass when cp is used for COW, I guess.)
2021-02-09 17:03:27 -04:00
..
LowLevel.hs finish fixing removeLink on windows 2020-11-24 13:20:44 -04:00
PointerFile.hs finish fixing removeLink on windows 2020-11-24 13:20:44 -04:00
Presence.hs incremental checksum on download from ssh or p2p 2021-02-09 17:03:27 -04:00