config.txt: move showBranch.* 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:
Nguyễn Thái Ngọc Duy 2018-10-27 08:23:37 +02:00 коммит произвёл Junio C Hamano
Родитель c332419995
Коммит c52bcbb6c0
2 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -407,9 +407,7 @@ include::config/sendemail.txt[]
include::config/sequencer.txt[]
showBranch.default::
The default set of branches for linkgit:git-show-branch[1].
See linkgit:git-show-branch[1].
include::config/showbranch.txt[]
splitIndex.maxPercentChange::
When the split index feature is used, this specifies the

Просмотреть файл

@ -0,0 +1,3 @@
showBranch.default::
The default set of branches for linkgit:git-show-branch[1].
See linkgit:git-show-branch[1].