gitattributes: genesis, patches and vectors are byte streams, never line-ending converted
A Windows checkout was silently rewriting genesis.json to CRLF, so the working-copy hash stopped matching the published and fleet hash, and the package gate went red on a file whose bytes in git were correct. bd4f8b4 fixed this once by re-adding the file; this pins the rule so no checkout can undo it again.
This commit is contained in:
parent
4fa48bb41c
commit
2f1858d10e
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
genesis.json -text
|
||||
patches/*.patch -text
|
||||
vectors/** -text
|
||||
Loading…
Reference in New Issue
Block a user