summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bf87489)
raw | patch | inline | side by side (parent: bf87489)
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Mon, 15 Dec 2008 19:44:30 +0000 (20:44 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 16 Dec 2008 05:54:12 +0000 (21:54 -0800) |
If the packs are made using multiple threads, they are no longer identical
on the 4-core Xeon I tested on.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
on the 4-core Xeon I tested on.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5302-pack-index.sh | patch | blob | history |
diff --git a/t/t5302-pack-index.sh b/t/t5302-pack-index.sh
index 884e24253a0a9d262b39ae96ea5c03ecb7ba4072..e6f70d474f2f855d3b2b40eed526e4873b3288d5 100755 (executable)
--- a/t/t5302-pack-index.sh
+++ b/t/t5302-pack-index.sh
'setup' \
'rm -rf .git
git init &&
+ git config pack.threads 1 &&
i=1 &&
while test $i -le 100
do