make it more obvious that temporary files are temporary files
authorNicolas Pitre <nico@cam.org>
Sat, 24 Mar 2007 15:58:22 +0000 (11:58 -0400)
committerJunio C Hamano <junkio@cox.net>
Sun, 25 Mar 2007 05:32:39 +0000 (22:32 -0700)
When some operations are interrupted (or "die()'d" or crashed) then the
partial object/pack/index file may remain around. Make it more obvious
in their name that those files are temporary stuff and can be cleaned up
if no operation is in progress.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found