From dcb315ec000fc88d718379a31491df10b8dd1895 Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 27 Apr 2020 20:41:32 +0100 Subject: add eol normalisation for .sha1 files because git is dumb --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ce8c0f74 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sha1 text eol=lf \ No newline at end of file -- cgit v1.2.3 From 4bd24f94086640791952bf1e23b2655b3cfa6dcf Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 27 Apr 2020 20:44:57 +0100 Subject: newline --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ce8c0f74..7aba79ac 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -*.sha1 text eol=lf \ No newline at end of file +*.sha1 text eol=lf -- cgit v1.2.3