]> Sergey Matveev's repositories - public-inbox.git/commit
git_async_cat: inline + drop redundant batch_prepare call
authorEric Wong <e@80x24.org>
Thu, 17 Sep 2020 08:57:51 +0000 (08:57 +0000)
committerEric Wong <e@80x24.org>
Fri, 18 Sep 2020 01:21:15 +0000 (01:21 +0000)
commit05fe38843c2e13cd0c368f8dd7501e4e57c3a829
tree007958b34ba5fcee37d94559729f4f242f6d38c8
parent31065006a3654968c0c4bbfe2d7399a3b326ce18
git_async_cat: inline + drop redundant batch_prepare call

$git->cat_async already calls $git->batch_prepare iff needed, so
we can reduce subroutine calls and inline a one-off subroutine
to save some memory, here.
lib/PublicInbox/GitAsyncCat.pm