Skip to content

Commit

Permalink
config.txt: move uploadarchive.* to a separate file
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
pclouds authored and gitster committed Oct 29, 2018
1 parent 4a5bad0 commit c61f556
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 1 addition & 6 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions Documentation/config/uploadarchive.txt
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit c61f556

Please sign in to comment.