aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-03-18 11:26:00 -0700
committerJunio C Hamano <gitster@pobox.com>2020-03-18 12:42:09 -0700
commit8312aa7d74d109303c2d0159e5e325f337ddf23e (patch)
tree3a681d104c3392fd3761b322bb20f483afe32d7e /Documentation/config.txt
parent0822e66b5d49d0de1aa767b38785e42de05eaf40 (diff)
downloadgit-8312aa7d74d109303c2d0159e5e325f337ddf23e.tar.gz
separate tar.* config to its own source file
Even though there is only one configuration variable in the namespace, it is not quite right to have tar.umask described among the variables for tag.* namespace. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 83e7bba872..eb1f44cd9a 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -445,6 +445,8 @@ include::config/submodule.txt[]
include::config/tag.txt[]
+include::config/tar.txt[]
+
include::config/trace2.txt[]
include::config/transfer.txt[]