]> Sergey Matveev's repositories - public-inbox.git/commit
lei blob: add remote external support
authorEric Wong <e@80x24.org>
Sun, 28 Mar 2021 09:01:22 +0000 (09:01 +0000)
committerEric Wong <e@80x24.org>
Sun, 28 Mar 2021 23:01:37 +0000 (23:01 +0000)
commit7d3a5e7e0edf0c3aef219d0e03af905f956cf671
treed1e9269999e8b905cff64dd111351802026eb328
parent8e23948182a82b5037bc9a5ffb7e42a862119644
lei blob: add remote external support

Introduce a new LeiRemote wrapper to provide an internal API
which SolverGit expects.  This lets us use HTTP/HTTPS endpoints
to reconstruct blobs off patches as we would with local
endpoints, just more slowly...
MANIFEST
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiBlob.pm
lib/PublicInbox/LeiRemote.pm [new file with mode: 0644]
t/solver_git.t