]> git.ipfire.org Git - thirdparty/git.git/commit - connect.h
Merge branch 'tb/enable-cruft-packs-by-default'
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Apr 2023 23:03:03 +0000 (16:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Apr 2023 23:03:03 +0000 (16:03 -0700)
commitfc23c397c7088a397a693bc5cb483a5894f59f53
tree69d916089913084988fe52b5b87908d8cec7a95b
parentf85cd430b12b0d3e4f1a30ef3239a1b73d5f6331
parent029a632c35861b3395c71e767d80bbf463dc1ae1
Merge branch 'tb/enable-cruft-packs-by-default'

When "gc" needs to retain unreachable objects, packing them into
cruft packs (instead of exploding them into loose object files) has
been offered as a more efficient option for some time.  Now the use
of cruft packs has been made the default and no longer considered
an experimental feature.

* tb/enable-cruft-packs-by-default:
  repository.h: drop unused `gc_cruft_packs`
  builtin/gc.c: make `gc.cruftPacks` enabled by default
  t/t9300-fast-import.sh: prepare for `gc --cruft` by default
  t/t6500-gc.sh: add additional test cases
  t/t6500-gc.sh: refactor cruft pack tests
  t/t6501-freshen-objects.sh: prepare for `gc --cruft` by default
  t/t5304-prune.sh: prepare for `gc --cruft` by default
  builtin/gc.c: ignore cruft packs with `--keep-largest-pack`
  builtin/repack.c: fix incorrect reference to '-C'
  pack-write.c: plug a leak in stage_tmp_packfiles()
builtin/gc.c
builtin/repack.c
pack-write.c
repo-settings.c
repository.h