Whatever happened to SHA-256 support in Git?
Whatever happened to SHA-256 support in Git?
Posted Jun 23, 2022 14:55 UTC (Thu) by mathstuf (subscriber, #69389)Parent article: Whatever happened to SHA-256 support in Git?
Was there discussion of prefixing sha256 hashes with some constant prefix to know that they're not sha1? For example, all sha256 hashes are prefixed with `h`, so commit `h000000` is known to not be a sha1. I skip over `g` because `gdeadbeef` is already common to demarcate hashes in snapshot tarballs in various places.
