]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/geom-repack-with-keep-and-max'
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Jun 2022 21:30:36 +0000 (14:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Jun 2022 21:30:36 +0000 (14:30 -0700)
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


Trivial merge