about summary refs log tree commit homepage
path: root/lib/PublicInbox/SolverGit.pm
DateCommit message (Expand)
2019-04-04support publicinbox.cgitrc directive
2019-04-04viewvcs: preliminary support for showing non-blobs
2019-02-05solvergit: include the $oid_want tmpdir name
2019-01-31solvergit: allow shorter-than-necessary OIDs from user
2019-01-31solvergit: allow searching on longer-than-needed OIDs
2019-01-30solvergit: don't confuse Xapian with ".." in filenames
2019-01-30git: use "git rev-parse --git-path"
2019-01-30solvergit: deal with alternative diff prefixes
2019-01-30solvergit: extract mode from diff headers properly
2019-01-30solvergit: avoid "Wide character" warnings
2019-01-30solvergit: do not show full path names to "git apply"
2019-01-29solvergit: do not solve blobs twice
2019-01-27solver: crank up max patches to 9999
2019-01-27solver: reduce "git apply" invocations
2019-01-27solver: hold patches in temporary directory
2019-01-26solver: rewrite to use Qspawn->psgi_qx and pi-httpd.async
2019-01-20solver: remove extra "^index $OID..$OID" line
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