]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/reftable-exclude'
authorJunio C Hamano <gitster@pobox.com>
Wed, 25 Sep 2024 17:37:11 +0000 (10:37 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Sep 2024 17:37:11 +0000 (10:37 -0700)
commit52f57e94bd1cc32eef1b02b941250720017f0b34
tree4eaa98c07974cea893774a65d5c7ee4fe7217525
parentc639478d794c4d3065d1ef6e98b87c7e74a6823b
parent18695250667912d8278e76dce453706c3d488173
Merge branch 'ps/reftable-exclude'

The reftable backend learned to more efficiently handle exclude
patterns while enumerating the refs.

* ps/reftable-exclude:
  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
Makefile
builtin/receive-pack.c
refs.c
refs.h
refs/reftable-backend.c