config.txt: move completion.* to a separate file
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 27 Oct 2018 06:22:50 +0000 (08:22 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Oct 2018 01:17:01 +0000 (10:17 +0900)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/config/completion.txt [new file with mode: 0644]
index 2c21a5f3668d7287839c7b7043fbc6318a34f922..83f5ce90569288b43d40e25ed905bd9c72a327af 100644 (file)
@@ -317,13 +317,7 @@ include::config/commit.txt[]
 
 include::config/credential.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[]
 
 
 include::diff-config.txt[]
 
diff --git a/Documentation/config/completion.txt b/Documentation/config/completion.txt
new file mode 100644 (file)
index 0000000..4d99bf3
--- /dev/null
@@ -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.