]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cc/lop-filter-auto' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Feb 2026 21:36:42 +0000 (13:36 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Feb 2026 21:36:42 +0000 (13:36 -0800)
commitf10e546e7b338b95a27db3cb718aabf1eb86d2b3
tree93da3199fc5569a019495f13ebf047222790c6ab
parent6a23eb7fc3e5e2135b91d760a5c58b76dd32d310
parentef2f1845ec4b683df791bfd956f551b096a38009
Merge branch 'cc/lop-filter-auto' into next

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

* cc/lop-filter-auto:
  fetch-pack: wire up and enable auto filter logic
  promisor-remote: change promisor_remote_reply()'s signature
  promisor-remote: keep advertised filters in memory
  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
Documentation/git-clone.adoc
Makefile
t/meson.build
transport.c