Skip to content

Commit 89b5914

Browse files
authored
Git / Checkout unix shell scripts with lf on windows system. (geonetwork#6669)
* Checkout unix shell scripts with lf on windows system. * Change '* text eol=lf' to '* text eol=lf' based on review as it seems like the former could change binary files. Remove other text eol=lf as they are covered by the other change.
1 parent 2fe2821 commit 89b5914

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitattributes

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto detect text files and perform LF normalization
2-
* text eol=lf
2+
* text=auto eol=lf
33

44
# Standard to msysgit
55
*.doc diff=astextplain
@@ -33,4 +33,3 @@
3333
*.eot binary
3434
*.woff binary
3535

36-
*.xsd text eol=lf

0 commit comments

Comments
 (0)