summaryrefslogtreecommitdiff
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2018-10-16 16:16:07 +0900
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-10-16 16:16:07 +0900
commita3c2e2f32734c95e9226362b627a0b64fd69d3c8 (patch)
tree9d5bebbbee54eebedb73d4aaf90a0efa08e57f07 /Documentation/config.txt
parentMerge branch 'rt/rebase-typofix' (diff)
parentconfig.txt: correct the note about uploadpack.packObjectsHook (diff)
downloadtgif-a3c2e2f32734c95e9226362b627a0b64fd69d3c8.tar.xz
Merge branch 'nd/packobjectshook-doc-fix'
Doc update. * nd/packobjectshook-doc-fix: config.txt: correct the note about uploadpack.packObjectsHook
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 7d58253368..f6f4c21a54 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -2996,15 +2996,15 @@ uploadpack.packObjectsHook::
was run. I.e., `upload-pack` will feed input intended for
`pack-objects` to the hook, and expects a completed packfile on
stdout.
-
-uploadpack.allowFilter::
- If this option is set, `upload-pack` will support partial
- clone and partial fetch object filtering.
+
Note that this configuration variable is ignored if it is seen in the
repository-level config (this is a safety measure against fetching from
untrusted repositories).
+uploadpack.allowFilter::
+ If this option is set, `upload-pack` will support partial
+ clone and partial fetch object filtering.
+
uploadpack.allowRefInWant::
If this option is set, `upload-pack` will support the `ref-in-want`
feature of the protocol version 2 `fetch` command. This feature