]> Sergey Matveev's repositories - public-inbox.git/commit
solver: operate directly on git index
authorEric Wong <e@80x24.org>
Fri, 18 Jan 2019 11:17:58 +0000 (11:17 +0000)
committerEric Wong <e@80x24.org>
Sat, 19 Jan 2019 03:34:54 +0000 (03:34 +0000)
commit2a292e40b0150f9b2d14fb3c400044047b93a151
tree85dc01e9f7f64b284e9886a4775b07ea66eee94b
parent77d9f14ee83324afc5961c0115480baa5ff5b475
solver: operate directly on git index

No need to incur extra I/O traffic with a working-tree and
uncompressed files on the filesystem.  git can handle patch
application in memory and we rely on exact blob matching
anyways, so no need for 3way patch application.
lib/PublicInbox/SolverGit.pm