author | Dan McGee <dpmcgee@gmail.com> | |
Thu, 9 Apr 2009 15:45:39 +0000 (10:45 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 12 Apr 2009 05:21:59 +0000 (22:21 -0700) | ||
commit | b6c29915d2efd0d2cb56eca88bd8e6b4999546dc | |
tree | 7a21b0c242c895dc82e81ace76f3e90ab5ea8967 | tree | snapshot |
parent | 88ec205477e18e612ab854f20ef87aa244b8debe | commit | diff |
Update delta compression message to be less misleading
In the case of a small repository, pack-objects is smart enough to not
start more threads than necessary. However, the output to the user always
reports the value of the pack.threads configuration and not the real
number of threads to be used.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
In the case of a small repository, pack-objects is smart enough to not
start more threads than necessary. However, the output to the user always
reports the value of the pack.threads configuration and not the real
number of threads to be used.
Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c | diff | blob | history |