]> Sergey Matveev's repositories - public-inbox.git/commit
xt/git_async_cmp: do not slurp large OID list into memory
authorEric Wong <e@yhbt.net>
Sat, 11 Jan 2020 22:35:01 +0000 (22:35 +0000)
committerEric Wong <e@yhbt.net>
Mon, 13 Jan 2020 04:36:45 +0000 (04:36 +0000)
commite67159e720994c7442636a7d5250ea8a49a85b28
tree8937f3d7e83afda4be57312908bbdab239ecb088
parentd4e33279556d7eed492f4e3ba0deade9a31b4aeb
xt/git_async_cmp: do not slurp large OID list into memory

I somehow thought "foreach (<$cat>)" could work like
"while (<$cat>)" when it came to iterating over file
handles...
xt/git_async_cmp.t