]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cc/promisor-auto-config-url-more' into jch
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2026 20:21:07 +0000 (13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2026 20:21:08 +0000 (13:21 -0700)
commit32794d9b5f7cdc8da06c0bf6057b62ca4c318873
tree4990efed7577288b61ab8147c2e68b7f9bf0f628
parent72831b0214b951ee5d8274e4023e44383d263c51
parent8f32e6f343b451f04e57dfda31bef04cb23f65a1
Merge branch 'cc/promisor-auto-config-url-more' into jch

The handling of promisor-remote protocol capability has been
loosened to allow the other side to add to the list of promisor
remotes via the promisor.acceptFromServerURL configuration
variable.

* cc/promisor-auto-config-url-more:
  doc: promisor: improve acceptFromServer entry
  promisor-remote: auto-configure unknown remotes
  promisor-remote: trust known remotes matching acceptFromServerUrl
  promisor-remote: introduce promisor.acceptFromServerUrl
  promisor-remote: add 'local_name' to 'struct promisor_info'
  urlmatch: add url_normalize_pattern() helper
  urlmatch: change 'allow_globs' arg to bool
  t5710: simplify 'mkdir X' followed by 'git -C X init'
Documentation/config/promisor.adoc
Documentation/config/remote.adoc
promisor-remote.c