Skip to content

Commit

Permalink
config.txt: move completion.* to a separate file
Browse files Browse the repository at this point in the history
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
pclouds authored and gitster committed Oct 29, 2018
1 parent 3a49be6 commit 2b4b730
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 1 addition & 7 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

Expand Down
7 changes: 7 additions & 0 deletions Documentation/config/completion.txt
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 2b4b730

Please sign in to comment.