]> Sergey Matveev's repositories - public-inbox.git/commitdiff
coderepo: consolidate git --batch-check users
authorEric Wong <e@80x24.org>
Fri, 13 Jan 2023 10:35:50 +0000 (10:35 +0000)
committerEric Wong <e@80x24.org>
Fri, 13 Jan 2023 19:14:42 +0000 (19:14 +0000)
And another opportunity to simplify our code between different
PSGI-ish implementations.  The snapshot retrieval is simpler,
but potentially slower since we waste cycles scanning for tags
even after we've found one.  It's probably not a big deal since
it's only short info lines and we can utilize pipelining.


No differences found