1
0
mirror of https://github.com/git/git.git synced 2024-09-28 04:10:41 +02:00

config.txt: move uploadarchive.* to a separate file

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Nguyễn Thái Ngọc Duy 2018-10-27 08:23:44 +02:00 committed by Junio C Hamano
parent 4a5bad0704
commit c61f5562e6
2 changed files with 7 additions and 6 deletions

View File

@ -423,12 +423,7 @@ include::config/tag.txt[]
include::config/transfer.txt[]
uploadarchive.allowUnreachable::
If true, allow clients to use `git archive --remote` to request
any tree, whether reachable from the ref tips or not. See the
discussion in the "SECURITY" section of
linkgit:git-upload-archive[1] for more details. Defaults to
`false`.
include::config/uploadarchive.txt[]
uploadpack.hideRefs::
This variable is the same as `transfer.hideRefs`, but applies

View File

@ -0,0 +1,6 @@
uploadarchive.allowUnreachable::
If true, allow clients to use `git archive --remote` to request
any tree, whether reachable from the ref tips or not. See the
discussion in the "SECURITY" section of
linkgit:git-upload-archive[1] for more details. Defaults to
`false`.