]> Sergey Matveev's repositories - public-inbox.git/commit
git: packed_bytes: use GLOB_NOSORT
authorEric Wong <e@yhbt.net>
Sat, 11 Jan 2020 22:34:57 +0000 (22:34 +0000)
committerEric Wong <e@yhbt.net>
Mon, 13 Jan 2020 04:36:39 +0000 (04:36 +0000)
commited3e1ad3bb9c07835dee97c76b4454b98faf0dcd
tree4062b6fa62926ebcd4f102c2d613864a982adb14
parent6d8658803b0f75ccdc54d16c8fda4e2cfaed0388
git: packed_bytes: use GLOB_NOSORT

File::Glob is loaded by the perl for the "glob()" op, anyways,
so call bsd_glob with the GLOB_NOSORT to avoid needless sorting
of the output.
lib/PublicInbox/Git.pm