Re: [PATCH] repack: accept --threads= and pass it down to pack-objects

2017-04-26 Thread Jeff King
On Wed, Apr 26, 2017 at 05:08:39PM -0700, Junio C Hamano wrote: > We already do so for --window= and --depth=; this will help > when the user wants to force --threads=1 for reproducible testing > without getting affected by racing multiple threads. Seems reasonable. I usually just do this with:

[PATCH] repack: accept --threads= and pass it down to pack-objects

2017-04-26 Thread Junio C Hamano
We already do so for --window= and --depth=; this will help when the user wants to force --threads=1 for reproducible testing without getting affected by racing multiple threads. Signed-off-by: Junio C Hamano --- Documentation/git-repack.txt | 5 - builtin/repack.c | 5 + 2 f