(no title)
pslam | 6 years ago
There's a complication with the few appended trailing blocks being invalid data, but the format might allow it, and git doesn't verify its integrity recursively.
pslam | 6 years ago
There's a complication with the few appended trailing blocks being invalid data, but the format might allow it, and git doesn't verify its integrity recursively.
avar|6 years ago
Yes it does. On clone the entire history is recursively hashed, and incrementally on fetch.
There isn't even any place in the protocol to transfer pre-hashed content, it must be hashed to make it addressable.