Update delta compression message to be less misleading
commitb6c29915d2efd0d2cb56eca88bd8e6b4999546dc
authorDan McGee <dpmcgee@gmail.com>
Thu, 9 Apr 2009 15:45:39 +0000 (9 10:45 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Apr 2009 05:21:59 +0000 (11 22:21 -0700)
tree7a21b0c242c895dc82e81ace76f3e90ab5ea8967
parent88ec205477e18e612ab854f20ef87aa244b8debe
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>
builtin-pack-objects.c