]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5319-multi-pack-index.sh
multi-pack-index: add [--[no-]progress] option.
authorWilliam Baker <William.Baker@microsoft.com>
Mon, 21 Oct 2019 18:40:03 +0000 (18:40 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Oct 2019 03:05:06 +0000 (12:05 +0900)
commit680cba2c2b1c8120c960faf80cf80a7636519be2
tree112644cd27dc8f76bbd694e392398becf3f540e4
parent64d80e7d52cc2663a44157fc3d49af576ea10192
multi-pack-index: add [--[no-]progress] option.

Add the --[no-]progress option to git multi-pack-index.
Pass the MIDX_PROGRESS flag to the subcommand functions
when progress should be displayed by multi-pack-index.
The progress feature was added to 'verify' in 144d703
("multi-pack-index: report progress during 'verify'", 2018-09-13)
but some subcommands were not updated to display progress, and
the ability to opt-out was overlooked.

Signed-off-by: William Baker <William.Baker@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-multi-pack-index.txt
builtin/multi-pack-index.c
t/t5319-multi-pack-index.sh