]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: skip "delta $N" sections for base-85
authorEric Wong <e@80x24.org>
Tue, 19 Jul 2022 02:36:04 +0000 (02:36 +0000)
committerEric Wong <e@80x24.org>
Tue, 19 Jul 2022 06:54:55 +0000 (06:54 +0000)
commit840785917bc74c8e7df226463144185294047d75
tree01f1eb532868558c23d239f7305139ed2f1bd3a1
parentd323a16ced5e3a77136a1ebca4a2f7d5678121c4
searchidx: skip "delta $N" sections for base-85

I don't deal with binary patches ever, so I failed to notice
binary deltas are supported in addition to the more common
literals.

A quick check of apply.c in git.git confirms "delta" and
"literal" are the only binary patch classes we can expect.
lib/PublicInbox/SearchIdx.pm