Renormalize line-endings

Git has been nagging me about these files that I haven't touched being changed.
The solution was to run `git add --renormalize .`.
Apparently this needs to be done after setting up `.gitattributes`.
According to `git ls-files --eol windows/`, the .bat files were previously stored in the index with CRLF endings and will now be stored with LF endings (with .gitattributes dictating that checked out copies will use CRLF).
This commit is contained in:
William Elwood 2019-11-12 16:10:57 +00:00
parent d063a7959e
commit 2c49804bd0
3 changed files with 105 additions and 105 deletions