chore: normalize line endings to LF per .gitattributes + bump backend submodules #7

Merged
imre merged 3 commits from chore/lf-normalization into main 2026-07-21 19:30:02 +02:00
Owner

.gitattributes has required * text=auto eol=lf for a while, but the rule only
normalizes at commit time — files added before it kept their CRLF bytes. git add --renormalize . now applies it: 2512 files, line endings only (git diff --cached --ignore-cr-at-eol was empty before committing). build-baseline.sh is executable
again, and the tree built from this source no longer differs from the deployed state in
14,674 files.
he second commit bumps the common_cadline_libraries and maintenance submodule
pointers from their 2026-03-04 state to the current tip of master, and records the
tracked branch in .gitmodules.

After merging: commit or stash your work first — the large commit touches every open
working tree. Afterwards git checkout -- . (or a fresh clone) is the simplest cleanup,
and it is worth setting LF as your editor's default line ending.

`.gitattributes` has required `* text=auto eol=lf` for a while, but the rule only normalizes at commit time — files added before it kept their CRLF bytes. `git add --renormalize .` now applies it: 2512 files, **line endings only** (`git diff --cached --ignore-cr-at-eol` was empty before committing). `build-baseline.sh` is executable again, and the tree built from this source no longer differs from the deployed state in 14,674 files. he second commit bumps the `common_cadline_libraries` and `maintenance` submodule pointers from their 2026-03-04 state to the current tip of `master`, and records the tracked branch in `.gitmodules`. **After merging:** commit or stash your work first — the large commit touches every open working tree. Afterwards `git checkout -- .` (or a fresh clone) is the simplest cleanup, and it is worth setting LF as your editor's default line ending.
imre added 3 commits 2026-07-21 19:29:51 +02:00
imre merged commit 974beee429 into main 2026-07-21 19:30:02 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cadline_web/www_archline_hu#7
No description provided.