Tree
Tree:
dca0af7a60f91e27e323ce43982d8d14d272e74d
Date:
Thu May 11 20:59:55 2023
UTC
Message:
do not treat \r\n line endings as special
Previously, we would go out of our way to handle both \n and \r\n
line endings as equivalent. However, for files with \r\n line
endings, this results in diffs that omit the final \r and therefore
cannot be applied with patch(1) on Unix platforms.
ok stsp
Game of Trees