We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89eff51 commit 8c93a9dCopy full SHA for 8c93a9d
.gitattributes
@@ -1,3 +1,6 @@
1
# Prevent git from automatically introducing \r characters in .sha256 files.
2
# Otherwise msys sha256sum fails.
3
*.sha256 binary
4
+
5
+# keep LF line endings in patch files to keep hash the same
6
+registry/**/*.patch text eol=lf
0 commit comments