]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cc/promisor-remote-capability'
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Sep 2025 18:53:39 +0000 (11:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Sep 2025 18:53:40 +0000 (11:53 -0700)
The "promisor-remote" capability mechanism has been updated to
allow the "partialCloneFilter" settings and the "token" value to be
communicated from the server side.

* cc/promisor-remote-capability:
  promisor-remote: use string_list_split() in mark_remotes_as_accepted()
  promisor-remote: allow a client to check fields
  promisor-remote: use string_list_split() in filter_promisor_remote()
  promisor-remote: refactor how we parse advertised fields
  promisor-remote: use string constants for 'name' and 'url' too
  promisor-remote: allow a server to advertise more fields
  promisor-remote: refactor to get rid of 'struct strvec'


Trivial merge