]> Sergey Matveev's repositories - public-inbox.git/commit
solver: initial Perl implementation
authorEric Wong <e@80x24.org>
Tue, 15 Jan 2019 08:22:41 +0000 (08:22 +0000)
committerEric Wong <e@80x24.org>
Sat, 19 Jan 2019 03:34:54 +0000 (03:34 +0000)
commit53ac5b18f6f124fe33bf6736aac0b8c85a0d0d1b
tree3ffa99bd583cccf1c4d3ee0b8a9f88a01111a273
parentecacd5d9c9604bf2fe235f2ff4a79e9668fd5010
solver: initial Perl implementation

This will lookup git blobs from associated git source code
repositories.  If the blobs can't be found, an attempt to
"solve" them via patch application will be performed.

Eventually, this may become the basis of a type-agnostic
frontend similar to "git show"
MANIFEST
lib/PublicInbox/Git.pm
lib/PublicInbox/SolverGit.pm [new file with mode: 0644]
t/solve/0001-simple-mod.patch [new file with mode: 0644]
t/solve/0002-rename-with-modifications.patch [new file with mode: 0644]
t/solver_git.t [new file with mode: 0644]