Y
Hacker News
new
|
ask
|
show
|
jobs
by
justinclift
895 days ago
Doing some searching around online, it seems like git introduced sha256 support several years ago.
1 comments
dharmab
895 days ago
Only for some local operations- git protocol still uses SHA-1 for compatibility with old clients, and existing SHA-1 objects in old repositories aren't converted.
link