projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d78515c
)
add .gitattributes to force LF line endings on Windows for test files
author
Wolf Vollprecht
<w.vollprecht@gmail.com>
Thu, 6 Jan 2022 15:35:01 +0000
(16:35 +0100)
committer
Wolf Vollprecht
<w.vollprecht@gmail.com>
Fri, 7 Jan 2022 09:08:36 +0000
(10:08 +0100)
.gitattributes
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitattributes
b/.gitattributes
new file mode 100644
(file)
index 0000000..
95c3c26
--- /dev/null
+++ b/
.gitattributes
@@ -0,0
+1,3
@@
+* text=auto
+
+test/files/* text eol=lf