This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/master by this push:
new eed0065d7 Fix invalid .gitattributes
eed0065d7 is described below
commit eed0065d7a2cdd1424830792f3f5dfda86fb0963
Author: Michael Osipov <[email protected]>
AuthorDate: Fri May 5 22:00:01 2023 +0200
Fix invalid .gitattributes
---
.gitattributes | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitattributes b/.gitattributes
index 618818ad4..ca269fb4b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,5 @@
# Auto detect text files and perform LF normalization
-* text eol=auto
+* text=auto
*.xml text diff=xml
*.java text diff=java