]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/SolverGit.pm
solvergit: deal with false-positive dfpost: results
[public-inbox.git] / lib / PublicInbox / SolverGit.pm
2019-10-31 Eric Wongsolvergit: deal with false-positive dfpost: results
2019-09-14 Eric Wongtmpfile: give temporary files meaningful names
2019-09-12 Eric Wongsolvergit: don't drop update-index stdin with qspawn
2019-07-10 Eric Wongsolver: remove redundant spawn imports
2019-06-04 Eric WongMerge branch 'charclass'
2019-06-04 Eric Wongsolver|viewdiff: restrict digit matches to ASCII
2019-04-04 Eric Wongsupport publicinbox.cgitrc directive
2019-04-04 Eric Wongviewvcs: preliminary support for showing non-blobs
2019-02-05 Eric WongMerge remote-tracking branch 'origin/help-color'
2019-02-05 Eric Wongsolvergit: include the $oid_want tmpdir name
2019-01-31 Eric WongMerge remote-tracking branch 'origin/purge'
2019-01-31 Eric Wongsolvergit: allow shorter-than-necessary OIDs from user
2019-01-31 Eric Wongsolvergit: allow searching on longer-than-needed OIDs
2019-01-30 Eric Wongsolvergit: don't confuse Xapian with ".." in filenames
2019-01-30 Eric Wonggit: use "git rev-parse --git-path"
2019-01-30 Eric WongMerge remote-tracking branch 'origin/viewvcs' into...
2019-01-30 Eric Wongsolvergit: deal with alternative diff prefixes
2019-01-30 Eric Wongsolvergit: extract mode from diff headers properly
2019-01-30 Eric Wongsolvergit: avoid "Wide character" warnings
2019-01-30 Eric Wongsolvergit: do not show full path names to "git apply"
2019-01-29 Eric Wongsolvergit: do not solve blobs twice
2019-01-27 Eric Wongsolver: crank up max patches to 9999
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