summaryrefslogtreecommitdiff
path: root/Documentation/config
diff options
context:
space:
mode:
authorLibravatar Nguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-10-27 08:22:50 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-10-29 10:17:01 +0900
commit2b4b7305d376d598892b4dbb9e699109f9dda1b9 (patch)
tree81a01db1df075f135c3d41a8e410daef600672df /Documentation/config
parentconfig.txt: move credential.* to a separate file (diff)
downloadtgif-2b4b7305d376d598892b4dbb9e699109f9dda1b9.tar.xz
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')
-rw-r--r--Documentation/config/completion.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/config/completion.txt b/Documentation/config/completion.txt
new file mode 100644
index 0000000000..4d99bf33c9
--- /dev/null
+++ b/Documentation/config/completion.txt
@@ -0,0 +1,7 @@
+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.