]> Sergey Matveev's repositories - public-inbox.git/commit
lei: forget-external support with canonicalization
authorEric Wong <e@80x24.org>
Thu, 21 Jan 2021 19:46:23 +0000 (19:46 +0000)
committerEric Wong <e@80x24.org>
Fri, 22 Jan 2021 20:18:01 +0000 (16:18 -0400)
commitec1f473957a529cc51a381e64274e42c03c6487b
tree7b61a5211640d42f8fb757e92bef566fd5179e83
parentc39a2d8bb1ee6e062030e21f6b0f638990234b2e
lei: forget-external support with canonicalization

For proper matching, we'll do a better job canonicalizing
URLs and path names for matching.  Of course, users may edit
the file outside of lei, so ensure we try both the canonicalized
and as-is form provided by the user.

I also don't think we'll need to store externals info in
MiscIdx; just the config file is fine.
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiExternal.pm
t/lei.t
t/lei_external.t [new file with mode: 0644]