We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f6a3cd commit bd39340Copy full SHA for bd39340
.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