From 9928c7d8296eb852624453a08980b6a953dd276a Mon Sep 17 00:00:00 2001 From: GeorgeSpring Date: Sat, 31 Jan 2026 16:11:26 +0300 Subject: [PATCH 1/2] Enforce LF line endings for compose setup shell script --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fd42729 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +compose/scripts/setup-postgres-es.sh text eol=lf \ No newline at end of file From 6b89cebc78dc8c5939ecf9e393f32805b9dd2ddb Mon Sep 17 00:00:00 2001 From: "alex.stanfield" <13949480+chaptersix@users.noreply.github.com> Date: Sat, 7 Mar 2026 15:04:34 -0600 Subject: [PATCH 2/2] fix: enforce LF line endings for all shell scripts Broaden .gitattributes rule from a single file to *.sh to prevent CRLF issues for any shell script mounted into Linux containers. Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fd42729..dfdb8b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -compose/scripts/setup-postgres-es.sh text eol=lf \ No newline at end of file +*.sh text eol=lf