Hacker News new | ask | show | jobs
by everlost 3382 days ago
Naive question - why can't GitHub use a SHA2 function for commit hashes?
1 comments

Because Git only supports SHA-1 as of now, and files in Git, distributed to users, is what they worry about here. If it were some internal system, then they could switch to a different hash easier.