]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jh/midx-verify-too-many-packs'
authorJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:11 +0000 (19:28 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 16 Apr 2019 10:28:11 +0000 (19:28 +0900)
"git multi-pack-index verify" did not scale well with the number of
packfiles, which is being improved.

* jh/midx-verify-too-many-packs:
  midx: during verify group objects by packfile to speed verification
  midx: add progress indicators in multi-pack-index verify
  trace2:data: add trace2 data to midx
  progress: add sparse mode to force 100% complete message


Trivial merge