]> Kevux Git Server - rit/commit
Merge branch 'tb/stdin-packs-excluded-but-open'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 22:42:49 +0000 (15:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Apr 2026 22:42:49 +0000 (15:42 -0700)
commit03311dca7f91f69e9e0c532fce1c1e3c0a9fa34d
tree99942cb6e498bd5ff78b17ea65618125372e3876
parentd75badf83bc3fc8e47413970874bac681eeb5bbe
parent9ad29df36d7c762677b5a4ecc6a6dc229c818b2a
Merge branch 'tb/stdin-packs-excluded-but-open'

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