Code

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)
commit0e55181f29ee6599ab6888ac54d186c83d355a70
treed237011873162cb78bab4cea1c79b5c11ec7f0d1
parent46d409d0bf25b361f812eec4888c46509c203a6d
make it more obvious that temporary files are temporary files

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>
fast-import.c
index-pack.c
sha1_file.c