bind2_0 / release /.gitattributes
SecludedCorner's picture
bind2_0: release package
8182d87 verified
Raw
History Blame Contribute Delete
426 Bytes
# 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