Commit Graph

1 Commits

Author SHA1 Message Date
f0e578aa8a Add .gitattributes: force LF line-endings for deterministic baseline
Without .gitattributes the checkout line-endings depend on the build
host's core.autocrlf. On the tanis host this produced CRLF: build-baseline.sh
died with `bash\r`, and a CRLF build tree would break the baseline-diff
byte-match. Pin `* text=auto eol=lf` so the source-of-truth LF is
authoritative regardless of client config; binary assets stay byte-exact.

Assisted-by: claude-code@claude-opus-4-8
2026-07-19 18:37:41 +02:00