Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-02-27 10:27:31 +0300
committerJunio C Hamano <gitster@pobox.com>2008-02-27 10:27:31 +0300
commit392b78ca42b6b1a68a77966acab38554c6edab3e (patch)
tree265fb9405efb644ff564ac1b77991d62795006a2 /builtin-pack-objects.c
parent6c723f5e6bc579e06a904874f1ceeb8ff2b5a17c (diff)
Revert "pack-objects: Print a message describing the number of threads for packing"
This reverts commit 6c723f5e6bc579e06a904874f1ceeb8ff2b5a17c. The additional message may be interesting for git developers, but not useful for the end users, and clutters the output.
Diffstat (limited to 'builtin-pack-objects.c')
-rw-r--r--builtin-pack-objects.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/builtin-pack-objects.c b/builtin-pack-objects.c
index 5a22f49ead..586ae11975 100644
--- a/builtin-pack-objects.c
+++ b/builtin-pack-objects.c
@@ -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();