]> Sergey Matveev's repositories - public-inbox.git/commit
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)
commit1c8b8a0a7a8bf81303bd2b1f6ad5b377ec1fa4b2
tree84dcb77250d996be62dba56ee24e2a09755447a8
parentd967c043322e636fd6ff810d54b70d8cd9fe91df
coderepo: consolidate git --batch-check users

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.
lib/PublicInbox/RepoSnapshot.pm
lib/PublicInbox/RepoTree.pm
lib/PublicInbox/ViewVCS.pm