From: Dan McGee Date: Thu, 9 Apr 2009 15:45:39 +0000 (-0500) Subject: Update delta compression message to be less misleading X-Git-Tag: v1.6.3-rc0~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b6c29915d2efd0d2cb56eca88bd8e6b4999546dc?ds=inline;hp=b6c29915d2efd0d2cb56eca88bd8e6b4999546dc 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 Acked-by: Nicolas Pitre Signed-off-by: Junio C Hamano ---