]> Sergey Matveev's repositories - public-inbox.git/commit
solver: allow literal '\r' character in diff lines
authorEric Wong <e@80x24.org>
Sat, 4 Jan 2020 04:19:33 +0000 (04:19 +0000)
committerEric Wong <e@80x24.org>
Sat, 4 Jan 2020 04:19:42 +0000 (04:19 +0000)
commitaa1e96cd44f6d5cd77a96648ac1f2dbcca9dc367
treec40a5be2c2f47106d66cb08ceaf5158eb5d7ed8a
parent0563ed29d37ae46733e3001f390bb9a1c5b04d6b
solver: allow literal '\r' character in diff lines

While filenames are escaped, the actual diff contents may
contain an unescaped "\r" carriage return byte not in front
of the "\n" line feed.  So just allow "\r" to appear in the
middle of a line.
lib/PublicInbox/SolverGit.pm
xt/solver.t