]> Sergey Matveev's repositories - public-inbox.git/commit
treewide: shorten temporary filename
authorEric Wong <e@80x24.org>
Sun, 28 Mar 2021 09:01:24 +0000 (09:01 +0000)
committerEric Wong <e@80x24.org>
Sun, 28 Mar 2021 23:01:37 +0000 (23:01 +0000)
commit80f4192574065106ae72a7a73ee0f02ebd86708a
treeaf6889740669aa8e05bdef4ddf932f562b3a444b
parent8c8bd22ec8c74a3bf66a611a2a0c2d4d76a42ddb
treewide: shorten temporary filename

File::Temp only requires four 'X' characters (unlike mkstemp(3),
which requires six).  So only so only give it 4 to avoid an
80-column violation and maybe save metadata space on FSes.
12 files changed:
lib/PublicInbox/LeiOverview.pm
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/SolverGit.pm
lib/PublicInbox/TestCommon.pm
lib/PublicInbox/V2Writable.pm
lib/PublicInbox/Xapcmd.pm
script/public-inbox-edit
script/public-inbox-init
scripts/ssoma-replay
t/check-www-inbox.perl
t/inbox.t
t/nodatacow.t