Skip to content

Commit

Permalink
Revert "pack-objects: Print a message describing the number of thread…
Browse files Browse the repository at this point in the history
…s for packing"

This reverts commit 6c723f5.
The additional message may be interesting for git developers,
but not useful for the end users, and clutters the output.
  • Loading branch information
Junio C Hamano committed Feb 27, 2008
1 parent 6c723f5 commit 392b78c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions builtin-pack-objects.c
Original file line number Diff line number Diff line change
Expand Up @@ -2239,9 +2239,6 @@ int cmd_pack_objects(int argc, const char **argv, const char *prefix)
#ifdef THREADED_DELTA_SEARCH
if (!delta_search_threads) /* --threads=0 means autodetect */
delta_search_threads = online_cpus();
if (progress)
fprintf(stderr, "Using %d pack threads.\n",
delta_search_threads);
#endif

prepare_packed_git();
Expand Down

0 comments on commit 392b78c

Please sign in to comment.