author | Johannes Sixt <j6t@kdbg.org> | |
Mon, 27 Apr 2009 07:44:58 +0000 (09:44 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 27 Apr 2009 08:06:35 +0000 (01:06 -0700) | ||
commit | 531e6daa038c68ca8fd5a8b042907a618fb7722d | |
tree | 26ab6911b45202e39faaa646c940fa77b786caf4 | tree | snapshot |
parent | 95110d75d972dfdd317829ae7feaf42d4f14ab25 | commit | diff |
prune-packed: advanced progress even for non-existing fan-out directories
A progress indicator is used to count through the 256 object fan-out
directories while unused object files are removed. (However, it becomes
visible only if this process takes long enough.)
Previously, display_progress() was only called if object files were
actually removed. But if directories towards the end (fd/, fe/, ff/) did
not exist, this could leave a strange line
Removing duplicate objects: 99% (255/256), done.
in the terminal instead of the expected "100% (256/256)".
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
A progress indicator is used to count through the 256 object fan-out
directories while unused object files are removed. (However, it becomes
visible only if this process takes long enough.)
Previously, display_progress() was only called if object files were
actually removed. But if directories towards the end (fd/, fe/, ff/) did
not exist, this could leave a strange line
Removing duplicate objects: 99% (255/256), done.
in the terminal instead of the expected "100% (256/256)".
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-prune-packed.c | diff | blob | history |