Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
pack-objects: Print a message describing the number of threads for packing
author
Brandon Casey
<casey@nrlssc.navy.mil>
Sat, 23 Feb 2008 02:12:58 +0000
(20:12 -0600)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 23 Feb 2008 20:00:32 +0000
(12:00 -0800)
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-pack-objects.c
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
833e3df
)
diff --git
a/builtin-pack-objects.c
b/builtin-pack-objects.c
index 586ae1197570d99fcbb8913003e8aa3c55b31777..5a22f49eadf37e8024564c19a3dd60d00fea3901 100644
(file)
--- a/
builtin-pack-objects.c
+++ b/
builtin-pack-objects.c
@@
-2239,6
+2239,9
@@
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();