Skip to content

Commit c61f556

Browse files
pcloudsgitster
authored andcommitted
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>
1 parent 4a5bad0 commit c61f556

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Documentation/config.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -423,12 +423,7 @@ include::config/tag.txt[]
423423

424424
include::config/transfer.txt[]
425425

426-
uploadarchive.allowUnreachable::
427-
If true, allow clients to use `git archive --remote` to request
428-
any tree, whether reachable from the ref tips or not. See the
429-
discussion in the "SECURITY" section of
430-
linkgit:git-upload-archive[1] for more details. Defaults to
431-
`false`.
426+
include::config/uploadarchive.txt[]
432427

433428
uploadpack.hideRefs::
434429
This variable is the same as `transfer.hideRefs`, but applies
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
uploadarchive.allowUnreachable::
2+
If true, allow clients to use `git archive --remote` to request
3+
any tree, whether reachable from the ref tips or not. See the
4+
discussion in the "SECURITY" section of
5+
linkgit:git-upload-archive[1] for more details. Defaults to
6+
`false`.

0 commit comments

Comments
 (0)