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>
This commit is contained in:

committed by
Junio C Hamano

parent
3a49be6d5c
commit
2b4b7305d3
@ -317,13 +317,7 @@ include::config/commit.txt[]
|
|||||||
|
|
||||||
include::config/credential.txt[]
|
include::config/credential.txt[]
|
||||||
|
|
||||||
completion.commands::
|
include::config/completion.txt[]
|
||||||
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::diff-config.txt[]
|
include::diff-config.txt[]
|
||||||
|
|
||||||
|
7
Documentation/config/completion.txt
Normal file
7
Documentation/config/completion.txt
Normal file
@ -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.
|
Reference in New Issue
Block a user