|
|
|
|
|
by joshuak
1853 days ago
|
|
Git is a block chain. Block chains require a previous block's hash to denote sequence. The hash for any block of data can be appended to Merkle tree, even duplicate blocks. In a block chain it is easy to find history because the link to the history is included. Merkle trees require n-1 additional hashes. |
|