[Scummvm-git-logs] scummvm master -> faeec674480e53e9e700ce3e2d5cae880ea1ea2b

bluegr noreply at scummvm.org
Wed Jan 12 08:33:42 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
faeec67448 JANITORIAL: Force LF EOL for shell scripts


Commit: faeec674480e53e9e700ce3e2d5cae880ea1ea2b
    https://github.com/scummvm/scummvm/commit/faeec674480e53e9e700ce3e2d5cae880ea1ea2b
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2022-01-12T10:33:38+02:00

Commit Message:
JANITORIAL: Force LF EOL for shell scripts

Needed when core.autocrlf is set on Windows, and building with WSL.

Changed paths:
    .gitattributes


diff --git a/.gitattributes b/.gitattributes
index 27cbf4d31b1..198366cb20d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -4,3 +4,6 @@
 *.cpp text eol=lf
 *.h text eol=lf
 *.hpp text eol=lf
+*.sh text eol=lf
+/config* text eol=lf
+configure.engine text eol=lf




More information about the Scummvm-git-logs mailing list