]> git.ipfire.org Git - thirdparty/git.git/commit - midx.h
midx: add MIDX_PROGRESS flag
authorWilliam Baker <William.Baker@microsoft.com>
Mon, 21 Oct 2019 18:39:58 +0000 (18:39 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Oct 2019 03:05:05 +0000 (12:05 +0900)
commitefbc3aee08dfac70d426cca93cc5cfc0f14f8ee7
treeba33438371bfc99a088d2833551348db4aef72a0
parent12a4aeaad8aa2071f9b20f6ac87454c5f6d2d4fb
midx: add MIDX_PROGRESS flag

Add the MIDX_PROGRESS flag and update the
write|verify|expire|repack functions in midx.h
to accept a flags parameter.  The MIDX_PROGRESS
flag indicates whether the caller of the function
would like progress information to be displayed.
This patch only changes the method prototypes
and does not change the functionality. The
functionality change will be handled by a later patch.

Signed-off-by: William Baker <William.Baker@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/multi-pack-index.c
builtin/repack.c
midx.c
midx.h