2c49804bd0
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). |
||
---|---|---|
.. | ||
service-install.bat | ||
service-restart.bat | ||
service-uninstall.bat |