]> Sergey Matveev's repositories - public-inbox.git/commit
index: "git log" failures are fatal
authorEric Wong <e@80x24.org>
Mon, 4 Nov 2019 00:43:14 +0000 (00:43 +0000)
committerEric Wong <e@80x24.org>
Mon, 4 Nov 2019 02:06:41 +0000 (02:06 +0000)
commitb32b47fb12a3043d748f723802de923d9043d7ff
tree07291642fea1324a2469ecb9febc5fb4a5789d23
parent17d2778c404c25c459f320a7f92913d17569fc59
index: "git log" failures are fatal

While I've never seen "git log" fail on its own, it could happen
one day and we should be prepared to abort indexing when it
happens.

Beef up tests for t/spawn.t to ensure close() behaves
on popen_rd the way we expect it to.
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
t/spawn.t