]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/repack-simplify'
authorJunio C Hamano <gitster@pobox.com>
Thu, 3 Dec 2020 08:18:06 +0000 (00:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Dec 2020 08:18:06 +0000 (00:18 -0800)
Simplify the logic to deal with a repack operation that ended up
creating the same packfile.

* tb/repack-simplify:
  builtin/repack.c: don't move existing packs out of the way
  builtin/repack.c: keep track of what pack-objects wrote
  repack: make "exts" array available outside cmd_repack()


Trivial merge