]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cc/repack-sift-filtered-objects-to-separate-pack'
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Oct 2023 18:39:14 +0000 (11:39 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Oct 2023 18:39:15 +0000 (11:39 -0700)
"git repack" machinery learns to pay attention to the "--filter="
option.

* cc/repack-sift-filtered-objects-to-separate-pack:
  gc: add `gc.repackFilterTo` config option
  repack: implement `--filter-to` for storing filtered out objects
  gc: add `gc.repackFilter` config option
  repack: add `--filter=<filter-spec>` option
  pack-bitmap-write: rebuild using new bitmap when remapping
  repack: refactor finding pack prefix
  repack: refactor finishing pack-objects command
  t/helper: add 'find-pack' test-tool
  pack-objects: allow `--filter` without `--stdout`

1  2 
Makefile

diff --cc Makefile
Simple merge