Re: [PATCH v3 0/6] multi-pack-index: add --no-progress

2019-10-03 Thread Junio C Hamano
"William Baker via GitGitGadget" writes: > This is the third iteration of changes for adding support for > --[no-]progress to multi-pack-index, and it includes the following updates > for the feedback I received on v2: > > * Fixed commit message formatting > * Updated 'pack_paths_checked' from

[PATCH v3 0/6] multi-pack-index: add --no-progress

2019-10-03 Thread William Baker via GitGitGadget
Hello Git contributors, This is the third iteration of changes for adding support for --[no-]progress to multi-pack-index, and it includes the following updates for the feedback I received on v2: * Fixed commit message formatting * Updated 'pack_paths_checked' from u32 to unsigned Thanks, Will