]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/stdin-packs-excluded-but-open' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 31 Mar 2026 20:00:54 +0000 (13:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Mar 2026 20:00:54 +0000 (13:00 -0700)
commite8927aa86167f074cba3f406972bfdf740905bd0
treecbbfcbf5e63323cd3513c76a2897b331e7fec1d9
parentc14d7bdd1edbe4b689c5b881ca0b55a8638d2b0c
parent9ad29df36d7c762677b5a4ecc6a6dc229c818b2a
Merge branch 'tb/stdin-packs-excluded-but-open' into next

pack-objects's --stdin-packs=follow mode learns to handle
excluded-but-open packs.

* tb/stdin-packs-excluded-but-open:
  repack: mark non-MIDX packs above the split as excluded-open
  pack-objects: support excluded-open packs with --stdin-packs
  t7704: demonstrate failure with once-cruft objects above the geometric split
  pack-objects: refactor `read_packs_list_from_stdin()` to use `strmap`
  pack-objects: plug leak in `read_stdin_packs()`
builtin/pack-objects.c
packfile.c
packfile.h