]> Sergey Matveev's repositories - public-inbox.git/commit
v2writable: avoid spawning "git hash-object"
authorEric Wong <e@80x24.org>
Thu, 24 Jun 2021 08:41:56 +0000 (08:41 +0000)
committerEric Wong <e@80x24.org>
Thu, 24 Jun 2021 12:59:43 +0000 (12:59 +0000)
commit0e9480bb9b597432579feab9afdb732c71601404
tree79c50efdbdcb5421d4fb4730ae42462526134b0a
parent792925ca3694111de6d275fd0d0af5c8ed0b8ece
v2writable: avoid spawning "git hash-object"

We have git_sha() nowadays that's used everywhere, so avoid
process spawning overhead for "git hash-object".
lib/PublicInbox/V2Writable.pm