]> Sergey Matveev's repositories - public-inbox.git/commit
solver|viewdiff: restrict digit matches to ASCII
authorEric Wong <e@80x24.org>
Tue, 4 Jun 2019 08:30:55 +0000 (08:30 +0000)
committerEric Wong <e@80x24.org>
Tue, 4 Jun 2019 10:06:18 +0000 (10:06 +0000)
commitbbfa42a9ea55b7057c7a6b632f090763c9e7c655
tree241795973e799c5b54e04e3d7f20a9e2948fea6b
parentb5693a2107a1edd02cfad73f9302833e1b91d339
solver|viewdiff: restrict digit matches to ASCII

git would not generate non-ASCII digits to describe
hunk offsets, so don't waste more time than necessary
to make sense of non-ASCII digit chars for line offsets.
lib/PublicInbox/SolverGit.pm
lib/PublicInbox/ViewDiff.pm