Y
Hacker News
new
|
ask
|
show
|
jobs
by
semiotagonal
2399 days ago
Git uses hashes to identify commits, but does it actually chain them, i.e. include the previous hash as an input to the current hash?
1 comments
dijit
2399 days ago
It does indeed.
https://gist.github.com/masak/2415865
link
https://gist.github.com/masak/2415865