Yann Droneaud <ydroneaud@xxxxxxxxxx> writes: > - Why git diff does not always report the CRLF/LF mismatch ? Most likely because you are telling safecrlf not to error out but just warn, and then you are not fixing the cause of the warning? So diff would say "Ok, you must know what you are doing, so I trust what is in the index", perhaps? > - Why git status does not report about the CRLF/LF mismatch before > updating the index: My suspicion is the same as "diff". -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html