• Show log

    Commit

  • Hash : 5a76ad35
    Author : Carlos Martín Nieto
    Date : 2014-06-19T11:45:46

    crlf: pass-through mixed EOL buffers from LF->CRLF
    
    When checking out files, we're performing conversion into the user's
    native line endings, but we only want to do it for files which have
    consistent line endings. Refuse to perform the conversion for mixed-EOL
    files.
    
    The CRLF->LF filter is left as-is, as that conversion is considered to be
    normalization by git and should force a conversion of the line endings.