Revert "pack-objects: Print a message describing the number of threads for packing"
This reverts commit 6c723f5e6b
.
The additional message may be interesting for git developers,
but not useful for the end users, and clutters the output.
This commit is contained in:
parent
6c723f5e6b
commit
392b78ca42
@ -2239,9 +2239,6 @@ int cmd_pack_objects(int argc, const char **argv, const char *prefix)
|
|||||||
#ifdef THREADED_DELTA_SEARCH
|
#ifdef THREADED_DELTA_SEARCH
|
||||||
if (!delta_search_threads) /* --threads=0 means autodetect */
|
if (!delta_search_threads) /* --threads=0 means autodetect */
|
||||||
delta_search_threads = online_cpus();
|
delta_search_threads = online_cpus();
|
||||||
if (progress)
|
|
||||||
fprintf(stderr, "Using %d pack threads.\n",
|
|
||||||
delta_search_threads);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
prepare_packed_git();
|
prepare_packed_git();
|
||||||
|
Loading…
Reference in New Issue
Block a user