From: Eric Wong Date: Fri, 13 Jan 2023 10:35:50 +0000 (+0000) Subject: coderepo: consolidate git --batch-check users X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1c8b8a0a7a8bf81303bd2b1f6ad5b377ec1fa4b2;hp=1c8b8a0a7a8bf81303bd2b1f6ad5b377ec1fa4b2;p=public-inbox.git 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. ---