From: Michael Winsauer Date: Sun, 25 Nov 2018 23:23:06 +0000 (+0100) Subject: Merge branch '23-shell-scripts-fail-on-windows-because-of-wrong-line-endings' into... X-Git-Tag: code-freeze~34 X-Git-Url: https://git.somenet.org/pub/jan/aic18.git/commitdiff_plain/9c5981d5ff064ac6d2f3b4bb763685a62c8bea09?hp=79684cc04dfaab80859843d00c3ad298899849ab Merge branch '23-shell-scripts-fail-on-windows-because-of-wrong-line-endings' into 'master' Resolve "Shell scripts fail on Windows because of wrong line endings" Closes #23 See merge request aic18/G6T4!25 --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5e014fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# Declare files that will always have LF line endings on checkout +*.sh text eol=lf +mvnw text eol=lf