mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
gitattributes: .sh files are always Unixy
Always checkout out shell scripts with Unix-style line endings. mingw doesn't mind, but cygwin struggles without CRLF.
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -1,2 +1,4 @@
|
||||
* text=auto
|
||||
ci/**/*.sh text eol=lf
|
||||
script/**/*.sh text eol=lf
|
||||
tests/resources/** linguist-vendored
|
||||
|
||||
Reference in New Issue
Block a user