]> Sergey Matveev's repositories - public-inbox.git/commit
git: ->modified uses cat_async
authorEric Wong <e@yhbt.net>
Fri, 10 Jan 2020 09:14:17 +0000 (09:14 +0000)
committerEric Wong <e@yhbt.net>
Sat, 11 Jan 2020 06:32:08 +0000 (06:32 +0000)
commit0615eef4e17b642eca6978cf776834a9f0a31468
treeba74ff95856da5889137d83dae5b1ef40d91d473
parent8f4720a57d9c5746dcf53fa6c612350c744c2cd1
git: ->modified uses cat_async

While v1 inboxes are typically only a single branch, coderepos
will have many branches and being able to pipeline requests
to "git cat-file --batch" can help us mask seek times.
lib/PublicInbox/Git.pm