]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-repack.txt
repack: accept --threads=<n> and pass it down to pack-objects
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 23:09:25 +0000 (08:09 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Apr 2017 23:09:25 +0000 (08:09 +0900)
commit40bcf3188a6f02acba94587593124ccca5a37e2b
tree7234821753423b95824ad959fbc59b55b77d8944
parent49800c940790cc7465d1b03e08d472ffd8684808
repack: accept --threads=<n> and pass it down to pack-objects

We already do so for --window=<n> and --depth=<n>; 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 <gitster@pobox.com>
Documentation/git-repack.txt
builtin/repack.c