aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-04-07 14:23:17 -0700
committerJunio C Hamano <gitster@pobox.com>2025-04-07 14:23:17 -0700
commit68c048c84cf07fd29513cf1fa23290279d518cbb (patch)
treeb229c929cb58a7e32f1c0a076b07da6ec31b65bb /Documentation
parent477cc3b6c7fd777e38f587f1e0e323683ad1923d (diff)
parent2c0dcb9754959c9b917634313fb448fce5052642 (diff)
downloadgit-68c048c84cf07fd29513cf1fa23290279d518cbb.tar.xz
Merge branch 'cc/lop-remote'
Bugfix in newly introduced large-object-promisor remote support. * cc/lop-remote: promisor-remote: compare remote names case sensitively promisor-remote: fix possible issue when no URL is advertised promisor-remote: fix segfault when remote URL is missing t5710: arrange to delete the client before cloning
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/config/promisor.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/promisor.adoc b/Documentation/config/promisor.adoc
index 9192acfd24..2638b01f83 100644
--- a/Documentation/config/promisor.adoc
+++ b/Documentation/config/promisor.adoc
@@ -26,5 +26,5 @@ promisor.acceptFromServer::
server will be accepted. By accepting a promisor remote, the
client agrees that the server might omit objects that are
lazily fetchable from this promisor remote from its responses
- to "fetch" and "clone" requests from the client. See
- linkgit:gitprotocol-v2[5].
+ to "fetch" and "clone" requests from the client. Name and URL
+ comparisons are case sensitive. See linkgit:gitprotocol-v2[5].