Edit

kc3-lang/libgit2/.gitattributes

Branch :

  • Show log

    Commit

  • Author : Edward Thomson
    Date : 2023-12-18 12:56:24
    Hash : a46c4265
    Message : 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.

  • .gitattributes
  • * text=auto
    ci/**/*.sh text eol=lf
    script/**/*.sh text eol=lf
    tests/resources/** linguist-vendored