Skip to content
  • Rémi Verschelde's avatar
    Git: Explicitly list binary files as such to avoid EOL change · 900d90bb
    Rémi Verschelde authored
    text=auto works well in Git 2.10+ but it's broken in previous versions,
    which are still used in production on e.g. Ubuntu 16.04 LTS.
    
    Also fix a couple missed text files with CRLF terminators.
    .bat files likely require it to be processed properly on Windows,
    but core.autocrlf should take care of converting them on the fly
    when checking out on Windows.
    900d90bb