]> git.ipfire.org Git - thirdparty/git.git/commit - midx.c
midx: add progress to write_midx_file
authorWilliam Baker <William.Baker@microsoft.com>
Mon, 21 Oct 2019 18:39:59 +0000 (18:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Oct 2019 03:05:05 +0000 (12:05 +0900)
commit840cef0c70e4c664d814d09f304d4be9a63d11e4
tree2f1ce59b8cf679b347e43d509c6b0170a8e9fd14
parentefbc3aee08dfac70d426cca93cc5cfc0f14f8ee7
midx: add progress to write_midx_file

Add progress to write_midx_file.  Progress is displayed
when the MIDX_PROGRESS flag is set.

Signed-off-by: William Baker <William.Baker@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
midx.c