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 68a6fad91 Deal with LF on Windows
68a6fad91 is described below
commit 68a6fad91f3bb43860693545c41d18a9416acca8
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 15 14:13:39 2023 -0500
Deal with LF on Windows
---
.gitattributes | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitattributes b/.gitattributes
index a02cd590f..fb7837674 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,5 @@
+* text=auto
+
*.ar binary
*.arj binary
*.java text diff=java