]> Sergey Matveev's repositories - public-inbox.git/history - lib/PublicInbox/SolverGit.pm
treewide: "require" + "use" cleanup and docs
[public-inbox.git] / lib / PublicInbox / SolverGit.pm
2020-01-06 Eric Wongtreewide: "require" + "use" cleanup and docs
2020-01-04 Eric Wongsolver: allow literal '\r' character in diff lines
2020-01-04 Eric Wongsolver: minor cleanups to diff extraction
2020-01-04 Eric Wongsolver: do not enforce order on extended headers
2020-01-03 Eric Wongqspawn: use per-call quiet flag for solver
2020-01-03 Eric Wongsolver: extract_diff: deal with missing "diff --git...
2020-01-03 Eric Wongsolver: try the next patch on apply failures
2019-12-30 Eric Wongspawn: support chdir via -C option
2019-12-30 Eric Wongspawn: allow passing GLOB handles for redirects
2019-12-28 Eric WongMerge branch 'no-closure'
2019-12-28 Eric Wongsolvergit: allow passing arg to user-supplied callback
2019-12-26 Eric Wongmsg_iter: provide means to stop using anonymous subs
2019-12-26 Eric Wongqspawn: remove some anonymous subs for psgi_qx
2019-12-26 Eric Wonghttpd/async: support passing arg to callbacks
2019-11-24 Eric Wongcheck for File::Temp 0.19 for ->newdir method
2019-11-14 Eric Wongsolvergit: use --unidiff-zero with git-apply(1)
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