]> Sergey Matveev's repositories - public-inbox.git/commit
solver: restore diagnostics and deal with CRLF
authorEric Wong <e@80x24.org>
Sat, 19 Jan 2019 21:57:26 +0000 (21:57 +0000)
committerEric Wong <e@80x24.org>
Sun, 20 Jan 2019 04:24:54 +0000 (04:24 +0000)
commitdb62b87e5f844bba54f7323f42f9630208b13841
tree8afb09fa079254dd600176ea967a779dcaf1f64a
parentf82593fc84a6773cd6fcb0633fdcca4cee92859f
solver: restore diagnostics and deal with CRLF

Apparently Email::MIME returns quoted-printable text
with CRLF.  So use --ignore-whitespace with git-apply(1)
and ensure we don't capture '\r' in pathnames from
those emails.

And restore "$@" dumping when we die while solving.
lib/PublicInbox/SolverGit.pm