config.txt: move uploadarchive.* to a separate file
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 27 Oct 2018 06:23:44 +0000 (08:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Oct 2018 01:17:04 +0000 (10:17 +0900)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/config/uploadarchive.txt [new file with mode: 0644]
index 07100e236e4d402717821b2ed92adc1bd1dd07cd..00cc2791b501ecb516c5871c65fe084bcec52d4a 100644 (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
diff --git a/Documentation/config/uploadarchive.txt b/Documentation/config/uploadarchive.txt
new file mode 100644 (file)
index 0000000..e0698e8
--- /dev/null
@@ -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`.