autodetect number of CPUs by default when using threads
commit43cc2b4266cc75f1a5a10e1a805d05e419000573
authorNicolas Pitre <nico@cam.org>
Thu, 11 Dec 2008 20:36:47 +0000 (11 15:36 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Dec 2008 03:47:36 +0000 (12 19:47 -0800)
treef2efb709d61fc55e243f37718bfa2649c2e4892a
parentde0db422782ddaf7754ac5b03fdc6dc5de1a9ae4
autodetect number of CPUs by default when using threads

... and display the actual number of threads used when locally
repacking.  A remote server still won't tell you how many threads it
uses during a fetch though.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c