]> Sergey Matveev's repositories - public-inbox.git/commitdiff
viewdiff: remove optional CR handling
authorEric Wong <e@yhbt.net>
Mon, 24 Feb 2020 07:33:27 +0000 (07:33 +0000)
committerEric Wong <e@yhbt.net>
Mon, 24 Feb 2020 18:30:12 +0000 (18:30 +0000)
The only caller of `flush_diff' is `add_text_body', and that
already did CRLF conversion on the text part.  The regexps in
SolverGit still need to preserve CR, however, since that
actually applies patches (instead of rendering them), and we
need to preserve CRLF patches for CRLF files.


No differences found