
Git Patch - CRLF Line Endings Throughout
The whole patch file uses CRLF terminators, as it would after a round trip through a Windows editor or a mail client. `git am` needs `--keep-cr` to be told the CRs belong to the patch rather than to the content, and the `-- ` signature line now ends with space-CR-LF.
- File
- PATCH · Patches · UTF-8
- Use case
- Encoding detectionVisual diff / regression+1· Paired fixture






















