Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-normalize line-endings in git of all files to Linux style ("\n") #581

Merged
merged 1 commit into from Mar 26, 2024

Commits on Mar 24, 2024

  1. Re-normalize line-endings in git of all files to Linux style ("\n")

    Some ASCII-files were checked-in into git having windows style line
    endings (\r\n). This is in general not wanted because it can cause
    modified files without any difference in git-staging.
    
    To re-normalize line endings of all files use the following command
    (including dot):
    
    git add --renormalize .
    HannesWell committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    0e1e561 View commit details
    Browse the repository at this point in the history