]> Sergey Matveev's repositories - public-inbox.git/commit
git: ->qx: respect caller's $/ in array context
authorEric Wong <e@80x24.org>
Tue, 9 Feb 2021 08:09:30 +0000 (07:09 -0100)
committerEric Wong <e@80x24.org>
Wed, 10 Feb 2021 06:59:03 +0000 (06:59 +0000)
commitc57dc1468102aab386ed5dd3ae03d37f5b793aaa
tree3483c4127a34b498c003629f659d8ecb6a37ccfd
parenta4dd78f9ff4613f41ae19e0f03584b5f561c0ac1
git: ->qx: respect caller's $/ in array context

This could lead to bad results when doing ls-tree -z
for v2 import in case there's multiple files.  In any case,
the `local $/ = "\0"' in Import.pm is also eliminated to
reduce potential confusion and surprises.
lib/PublicInbox/Git.pm
lib/PublicInbox/Import.pm