El 21/09/2026 a las 15:55, Andrey Semashev via Boost escribió:
On 21 Sep 2026 16:27, Alexander Grund via Boost wrote:
Am 21.09.26 um 14:43 schrieb Andrey Semashev via Boost:
My core.auocrlf == input, and it has been this way since forever. I'm on Linux, so the setting is the way it is intended.
I think, someone committed CRLF line endings in git, i.e. someone had core.auocrlf == false at that point, which is not recommended. So I'm asking that someone to fix the line endings in git and maybe update his git configuration. Looks like you are right. After rereading the docs it seems to be caused by `.gitattributes` being in some non-conformant style, likely after SVN migration.
That was supposed to ensure LF is always used in the repo commits, but didn't work.
I opened https://github.com/boostorg/container/pull/348 to fix the gitattributes and existing mistakes in the files you've noticed.
I encourage everyone to do the same to the repositories they maintain. I left a 1/3-liner that I used.
Thanks. I created a PR fixing the line endings but yours also updates .gitattributes, so I've closed mine.
Hi, Thanks for your reports, and sorry for the inconveniences. I realized that Container repository had a 100 MB folder with Cursor garbage under the experimental folder and decided to rewrite the history to avoid that mistake for users. Somehow the superproject commit bot needs some time (I've not seen any manual commit in the superproject repo) to recover from this trauma (I guess the old commit was orphan) and pick the latest commit from develop again. Thanks for the PRs, I'll check it ASAP and review my other libraries. Best, Ion