author | Nicolas Pitre <nico@cam.org> | |
Sat, 24 Mar 2007 15:58:22 +0000 (11:58 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 25 Mar 2007 05:32:39 +0000 (22:32 -0700) | ||
commit | 0e55181f29ee6599ab6888ac54d186c83d355a70 | |
tree | d237011873162cb78bab4cea1c79b5c11ec7f0d1 | tree | snapshot |
parent | 46d409d0bf25b361f812eec4888c46509c203a6d | commit | diff |
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>
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 | diff | blob | history | |
index-pack.c | diff | blob | history | |
sha1_file.c | diff | blob | history |