Skip to content

Commit a3c2e2f

Browse files
committed
Merge branch 'nd/packobjectshook-doc-fix'
Doc update. * nd/packobjectshook-doc-fix: config.txt: correct the note about uploadpack.packObjectsHook
2 parents c63c2ff + e56b535 commit a3c2e2f

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
@@ -2996,15 +2996,15 @@ uploadpack.packObjectsHook::
29962996
was run. I.e., `upload-pack` will feed input intended for
29972997
`pack-objects` to the hook, and expects a completed packfile on
29982998
stdout.
2999-
3000-
uploadpack.allowFilter::
3001-
If this option is set, `upload-pack` will support partial
3002-
clone and partial fetch object filtering.
30032999
+
30043000
Note that this configuration variable is ignored if it is seen in the
30053001
repository-level config (this is a safety measure against fetching from
30063002
untrusted repositories).
30073003

3004+
uploadpack.allowFilter::
3005+
If this option is set, `upload-pack` will support partial
3006+
clone and partial fetch object filtering.
3007+
30083008
uploadpack.allowRefInWant::
30093009
If this option is set, `upload-pack` will support the `ref-in-want`
30103010
feature of the protocol version 2 `fetch` command. This feature

0 commit comments

Comments
 (0)