mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 03:25:56 +01:00
Git uses LF for line breaks in diffs, not CR or other delimiters. When we are using other delimiters for diving diff output into lines, too, we can get errors because diff lines can contain CRs. When we try to split such lines, we get exceptions because these lines cannot be parsed