]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'wb/midx-progress'
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:14 +0000 (18:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:14 +0000 (18:02 +0900)
commit8f1119b988199dd69473c8ac4f9cafa27bff1e52
tree36137574c7ce5e6c805061d656eeeed4323161b1
parentd9800351d3386db0c306fde03976d8475d7409a6
parent680cba2c2b1c8120c960faf80cf80a7636519be2
Merge branch 'wb/midx-progress'

The code to generate multi-pack index learned to show (or not to
show) progress indicators.

* wb/midx-progress:
  multi-pack-index: add [--[no-]progress] option.
  midx: honor the MIDX_PROGRESS flag in midx_repack
  midx: honor the MIDX_PROGRESS flag in verify_midx_file
  midx: add progress to expire_midx_packs
  midx: add progress to write_midx_file
  midx: add MIDX_PROGRESS flag
builtin/repack.c