summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c723f5)
raw | patch | inline | side by side (parent: 6c723f5)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Feb 2008 07:27:31 +0000 (23:27 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 27 Feb 2008 07:27:31 +0000 (23:27 -0800) |
This reverts commit 6c723f5e6bc579e06a904874f1ceeb8ff2b5a17c.
The additional message may be interesting for git developers,
but not useful for the end users, and clutters the output.
The additional message may be interesting for git developers,
but not useful for the end users, and clutters the output.
builtin-pack-objects.c | patch | blob | history |
diff --git a/builtin-pack-objects.c b/builtin-pack-objects.c
index 5a22f49eadf37e8024564c19a3dd60d00fea3901..586ae1197570d99fcbb8913003e8aa3c55b31777 100644 (file)
--- a/builtin-pack-objects.c
+++ b/builtin-pack-objects.c
#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();