Merge branch 'tb/geom-repack-with-keep-and-max'
commit16a0e92ddc39ff6266c9b78aaad56b1e3ac687a4
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Jun 2022 21:30:36 +0000 (3 14:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Jun 2022 21:30:36 +0000 (3 14:30 -0700)
tree780cfa05178178eadaafbe74568db1b495a11d7d
parentc276c21da6d055060b1c216de1b1c04fb058425f
parent66731ff921a56cf3e7049fae614fcf7eec663bde
Merge branch 'tb/geom-repack-with-keep-and-max'

Teach "git repack --geometric" work better with "--keep-pack" and
avoid corrupting the repository when packsize limit is used.

* tb/geom-repack-with-keep-and-max:
  builtin/repack.c: ensure that `names` is sorted
  t7703: demonstrate object corruption with pack.packSizeLimit
  repack: respect --keep-pack with geometric repack