Skip to content

pr-337/wilbaker/multi-pack-index-progress-toggle-v4

Hello Git contributors,

This is the fourth iteration of changes for adding support for
--[no-]progress to multi-pack-index.

I'm resubmitting the series after a discussion regarding 'MIDX_PROGRESS'
that concluded with a decision to stick with the original changes in the v3
patch.

Thanks, William

William Baker (6):
  midx: add MIDX_PROGRESS flag
  midx: add progress to write_midx_file
  midx: add progress to expire_midx_packs
  midx: honor the MIDX_PROGRESS flag in verify_midx_file
  midx: honor the MIDX_PROGRESS flag in midx_repack
  multi-pack-index: add [--[no-]progress] option.

 Documentation/git-multi-pack-index.txt |  6 ++-
 builtin/multi-pack-index.c             | 18 +++++--
 builtin/repack.c                       |  2 +-
 midx.c                                 | 71 ++++++++++++++++++++------
 midx.h                                 | 10 ++--
 t/t5319-multi-pack-index.sh            | 69 +++++++++++++++++++++++++
 6 files changed, 149 insertions(+), 27 deletions(-)

base-commit: d966095db01190a2196e31195ea6fa0c722aa732

Submitted-As: https://public-inbox.org/git/pull.337.v4.git.1571683203.gitgitgadget@gmail.com
In-Reply-To: https://public-inbox.org/git/pull.337.git.gitgitgadget@gmail.com
In-Reply-To: https://public-inbox.org/git/pull.337.v2.git.gitgitgadget@gmail.com
In-Reply-To: https://public-inbox.org/git/pull.337.v3.git.gitgitgadget@gmail.com
Assets 2