We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No description provided.
The text was updated successfully, but these errors were encountered:
Fixed using: https://git-scm.com/docs/gitattributes/2.36.0 just below 'From a clean working directory:'
$ echo "CMakeLists.txt text=auto" >.gitattributes $ git add --renormalize . $ git status # Show files that will be normalized $ git commit -m "Introduce end-of-line normalization"
The .gitattributes doesn't get checked in and is no longer needed.
performed using 'git version 2.34.1' (ubuntu-22.04.1-desktop-amd64)
and tested on 'git version 2.7.4' (jenkins-ubuntu-16.04.2-desktop-amd64)
Sorry, something went wrong.
When branches are created from issues, their pull requests are automatically linked.
No description provided.
The text was updated successfully, but these errors were encountered: