]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/SolverGit.pm
solver: reduce "git apply" invocations
[public-inbox.git] / lib / PublicInbox / SolverGit.pm
2019-01-27 Eric Wongsolver: reduce "git apply" invocations
2019-01-27 Eric Wongsolver: hold patches in temporary directory
2019-01-26 Eric Wongsolver: rewrite to use Qspawn->psgi_qx and pi-httpd...
2019-01-20 Eric Wongsolver: remove extra "^index $OID..$OID" line
2019-01-20 Eric Wongsolver: force quoted-printable bodies to LF
2019-01-20 Eric Wongsolver: restore diagnostics and deal with CRLF
2019-01-20 Eric Wongsolver: add a TODO note about making this fully evented
2019-01-20 Eric Wongsolver: note the synchronous nature of index preparation
2019-01-20 Eric Wongsolver: break @todo loop into a callback
2019-01-20 Eric Wongsolver: simplify control flow for initial loop
2019-01-20 Eric Wongsolver: switch patch application to use a callback
2019-01-20 Eric Wongsolver: break up patch application steps
2019-01-20 Eric Wongsolver: more verbose blob resolution
2019-01-19 Eric Wongsolver: operate directly on git index
2019-01-19 Eric Wongsolver: various bugfixes and cleanups
2019-01-19 Eric Wongsolver: initial Perl implementation