This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push: new acb116286 Deal with LF on Windows acb116286 is described below commit acb11628656e4e7de800c799288f6956f4f2e37c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Nov 15 14:27:41 2023 -0500 Deal with LF on Windows --- .gitattributes | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index d8bfec4c2..1b7d7dd95 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,9 @@ -* text=input - +* text=auto *.ar binary *.arj binary -*.java text diff=java -*.md text -*.txt text +*.java text diff=java eol=lf +*.md text eol=lf +*.txt text eol=lf *.xml text *.yml text *.zst binary