]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cc/lop-filter-auto' into seen
authorJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:33 +0000 (10:37 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Jan 2026 18:37:33 +0000 (10:37 -0800)
commit94449fef2afe39e79e26153259cd8e5287161dda
treed0b8e2c314494c9aaa83e2a06015cd96cb70629f
parent4d43a27b422772907a6e14953311c45abc433c15
parentc01bcb5d0044607ccbbe9eafc100a2522e8afa03
Merge branch 'cc/lop-filter-auto' into seen

"auto filter" logic for large-object promisor remote.

Comments?

* 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
builtin/clone.c
builtin/fetch.c
t/meson.build
transport.c