# Release packages are byte-frozen snapshots: MANIFEST.json records a SHA-256 per artifact, # and for some packages a preregistration pins a subset of them as well. Any end-of-line # conversion on checkout silently changes those bytes and breaks every one of those hashes # on the cloner's machine while still verifying on ours (this repo has core.autocrlf=true). # # -text disables all eol conversion. Do not remove. * -text