4 Commits

Author SHA1 Message Date
Georges-Antoine Assi
350fc8dd84
tiny fix 2026-04-15 19:20:17 -04:00
Spinnich
e84ac3c46a fix(git): add eol=lf for .gitattributes itself and renormalize to LF
The .gitattributes file was stored with CRLF endings, which prevents
git from parsing its rules reliably on Linux/macOS. Add a self-referential
eol=lf rule and renormalize the file to LF in the index.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 11:53:14 -04:00
Spinnich
077296e978 fix(git): enforce LF line endings for shell scripts via .gitattributes
Windows developers with core.autocrlf=true (or the default) will have
git check out shell scripts with CRLF endings. When those files are
copied into a Linux Docker container they fail to execute:

  exec /entrypoint.sh: no such file or directory

Adding eol=lf attributes for *.sh, entrypoint.sh, and
docker/init_scripts/init ensures the repository always stores and checks
out these files with Unix line endings, regardless of platform or
git config.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 09:08:02 -04:00
Georges-Antoine Assi
8b5a263ebf
Mark cassettes as lingust generated 2023-08-01 00:26:02 -04:00