From dccef30717f33a04c688bc79c1fc12adf7e92189 Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Fri, 1 Mar 2024 16:53:22 +0100 Subject: [PATCH 1/2] No EOL conversion for mvnw because it is an sh script --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..300e944 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +mvnw From c83cb6cc2ecb4d44d4e47a65542932447b250f89 Mon Sep 17 00:00:00 2001 From: Eric Degenetais Date: Fri, 1 Mar 2024 16:54:29 +0100 Subject: [PATCH 2/2] Add execution rights to the mvnw script. --- mvnw | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 mvnw diff --git a/mvnw b/mvnw old mode 100644 new mode 100755