[R] md5sum issues

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Wed Feb 3 08:14:14 CET 2021


On Tue, 2 Feb 2021 17:01:05 +0100
Ivan Calandra <calandra using rgzm.de> wrote:

> This happens to all text-based files (Rmd, MD, CSV...) but not to 
> non-editable files (PDF, XLSX...).

This is probably caused by Git helpfully converting text files from LF
(0x10) line endings to CR LF (0x13 0x10) when checking out the
repository clone on Windows (and back when checking in).

This configuration option is described in Pro Git:
https://git-scm.com/book/en/v2/Customizing-Git-Git-Configuration#_core_autocrlf

-- 
Best regards,
Ivan



More information about the R-help mailing list