about summary refs log tree commit homepage
path: root/lib/PublicInbox/SolverGit.pm
DateCommit message (Expand)
2019-01-20solver: remove extra "^index $OID..$OID" line viewdiff
2019-01-20solver: force quoted-printable bodies to LF
2019-01-20solver: restore diagnostics and deal with CRLF
2019-01-20solver: add a TODO note about making this fully evented
2019-01-20solver: note the synchronous nature of index preparation
2019-01-20solver: break @todo loop into a callback
2019-01-20solver: simplify control flow for initial loop
2019-01-20solver: switch patch application to use a callback
2019-01-20solver: break up patch application steps
2019-01-20solver: more verbose blob resolution
2019-01-19solver: operate directly on git index
2019-01-19solver: various bugfixes and cleanups
2019-01-19solver: initial Perl implementation