Skip to content

Commit 060d061

Browse files
committed
Merge branch 'nd/packobjectshook-doc-fix' into maint
Doc update. * nd/packobjectshook-doc-fix: config.txt: correct the note about uploadpack.packObjectsHook
2 parents 6f1c815 + e56b535 commit 060d061

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/config.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3634,15 +3634,15 @@ uploadpack.packObjectsHook::
36343634
was run. I.e., `upload-pack` will feed input intended for
36353635
`pack-objects` to the hook, and expects a completed packfile on
36363636
stdout.
3637-
3638-
uploadpack.allowFilter::
3639-
If this option is set, `upload-pack` will support partial
3640-
clone and partial fetch object filtering.
36413637
+
36423638
Note that this configuration variable is ignored if it is seen in the
36433639
repository-level config (this is a safety measure against fetching from
36443640
untrusted repositories).
36453641

3642+
uploadpack.allowFilter::
3643+
If this option is set, `upload-pack` will support partial
3644+
clone and partial fetch object filtering.
3645+
36463646
uploadpack.allowRefInWant::
36473647
If this option is set, `upload-pack` will support the `ref-in-want`
36483648
feature of the protocol version 2 `fetch` command. This feature

0 commit comments

Comments
 (0)