]> Sergey Matveev's repositories - public-inbox.git/commit
tmpfile: give temporary files meaningful names
authorEric Wong <e@80x24.org>
Thu, 12 Sep 2019 08:34:20 +0000 (08:34 +0000)
committerEric Wong <e@80x24.org>
Sat, 14 Sep 2019 09:24:23 +0000 (09:24 +0000)
commite5631087d3862823d0d4854a8dfc1258f91cb115
treecbb6b7bf2c117fc8550f20c12116582933351131
parentbb20bc29a831d8f84613d48af729ffaede9d43e2
tmpfile: give temporary files meaningful names

Although we always unlink temporary files, give them a
meaningful name so that we can we can still make sense
of the pre-unlink name when using lsof(8) or similar
tools on Linux.
MANIFEST
lib/PublicInbox/Git.pm
lib/PublicInbox/GitHTTPBackend.pm
lib/PublicInbox/HTTP.pm
lib/PublicInbox/SolverGit.pm
lib/PublicInbox/Tmpfile.pm [new file with mode: 0644]
lib/PublicInbox/ViewVCS.pm