]> git.99rst.org Git - git.git/commit
Merge branch 'cc/promisor-auto-config-url-more'
authorJunio C Hamano <redacted>
Mon, 6 Jul 2026 22:50:19 +0000 (15:50 -0700)
committerJunio C Hamano <redacted>
Mon, 6 Jul 2026 22:50:19 +0000 (15:50 -0700)
commit57c386f9a5f57973cc70be5375bbe30a6a9fd864
tree4a0aaab2f5f191930ef77740184019955e405974
parent2f63677fd433536faf38626db8fbfd245d6b08cf
parent8f32e6f343b451f04e57dfda31bef04cb23f65a1
Merge branch 'cc/promisor-auto-config-url-more'

The handling of promisor-remote protocol capability has been updated
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
git clone https://git.99rst.org/PROJECT