]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'cc/promisor-auto-config-url-more' into seen
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:02:07 +0000 (13:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 May 2026 04:02:07 +0000 (13:02 +0900)
commit60cdfc993edca86c2b9b9d478a4a3df9b99bdfa2
tree0a8addf2ba753222b18670d40d2faff925118458
parentd871d4328f112f6004da70a2d45b449a4b946b9a
parent8f32e6f343b451f04e57dfda31bef04cb23f65a1
Merge branch 'cc/promisor-auto-config-url-more' into seen

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/remote.adoc
promisor-remote.c