]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cc/lop-filter-auto' into seen
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 14:12:50 +0000 (23:12 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Dec 2025 14:12:50 +0000 (23:12 +0900)
commitecbcaca1afd96c235f5ca619832892ce30b4dbfe
tree5c387ca142aac9ef563d281619535b0f850478af
parentffd6ad8c04a18ba5f4ebd530836d864622ed5a6c
parentc01bcb5d0044607ccbbe9eafc100a2522e8afa03
Merge branch 'cc/lop-filter-auto' into seen

* cc/lop-filter-auto:
  fetch-pack: wire up and enable auto filter logic
  promisor-remote: keep advertised filter in memory
  list-objects-filter-options: implement auto filter resolution
  list-objects-filter-options: support 'auto' mode for --filter
  doc: fetch: document `--filter=<filter-spec>` option
  fetch: make filter_options local to cmd_fetch()
  clone: make filter_options local to cmd_clone()
  promisor-remote: allow a client to store fields
  promisor-remote: refactor initialising field lists
Makefile
t/meson.build
transport.c