On Mon, Sep 16, 2024 at 07:02:45PM -0700, Junio C Hamano wrote: > * ps/reftable-exclude (2024-09-16) 7 commits > - refs/reftable: wire up support for exclude patterns > - reftable/reader: make table iterator reseekable > - t/unit-tests: introduce reftable library > - Makefile: stop listing test library objects twice > - builtin/receive-pack: fix exclude patterns when announcing refs > - refs: properly apply exclude patterns to namespaced refs > - Merge branch 'cp/unit-test-reftable-stack' into ps/reftable-exclude > (this branch is used by ps/reftable-alloc-failures.) > > The reftable backend learned to more efficiently handle exclude > patterns while enumerating the refs. > > Will merge to 'next'? > source: <cover.1726476401.git.ps@xxxxxx> I was waiting for Taylor's review as he has written the original logic for the "files" backend. It came in this morning, and after some back and forth on the second version he agreed that the current version looks good, so this is ready to be merged from my point of view. Patrick