aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config.txt
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-10-27 08:22:50 +0200
committerJunio C Hamano <gitster@pobox.com>2018-10-29 10:17:01 +0900
commit2b4b7305d376d598892b4dbb9e699109f9dda1b9 (patch)
tree81a01db1df075f135c3d41a8e410daef600672df /Documentation/config.txt
parent3a49be6d5cf950e30f5cd99b0f817f0bf87a7e03 (diff)
downloadgit-2b4b7305d376d598892b4dbb9e699109f9dda1b9.tar.gz
config.txt: move completion.* 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>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 2c21a5f366..83f5ce9056 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -317,13 +317,7 @@ include::config/commit.txt[]
include::config/credential.txt[]
-completion.commands::
- This is only used by git-completion.bash to add or remove
- commands from the list of completed commands. Normally only
- porcelain commands and a few select others are completed. You
- can add more commands, separated by space, in this
- variable. Prefixing the command with '-' will remove it from
- the existing list.
+include::config/completion.txt[]
include::diff-config.txt[]