]> git.ipfire.org Git - thirdparty/git.git/commit - midx.c
midx: use start_delayed_progress()
authorDerrick Stolee <dstolee@microsoft.com>
Fri, 25 Sep 2020 12:33:35 +0000 (12:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Sep 2020 17:53:04 +0000 (10:53 -0700)
commitefdd2f0d4c4d6b1b1090171b6428919038bd2980
treebdd19fe30ff16c402219f5ce37e2ad78bef50793
parent18e449f86b74bab35b150549c8342d252fe7ae00
midx: use start_delayed_progress()

Now that the multi-pack-index may be written as part of auto maintenance
at the end of a command, reduce the progress output when the operations
are quick. Use start_delayed_progress() instead of start_progress().

Update t5319-multi-pack-index.sh to use GIT_PROGRESS_DELAY=0 now that
the progress indicators are conditional.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
midx.c
t/t5319-multi-pack-index.sh