|
|
|
|
|
by linschn
3119 days ago
|
|
Short answer, yes. The current commit includes the hash of its parent(s), so its own hash reflects the whole history, and one can not change the history without also changing the current hash. Just like a block contains the hash of the previous block. |
|
Git also uses a Merkle-DAG, but it is not a blockchain.