From: Nguyễn Thái Ngọc Duy Date: Sat, 27 Oct 2018 06:23:37 +0000 (+0200) Subject: config.txt: move showBranch.* to a separate file X-Git-Tag: v2.20.0-rc0~59^2~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c52bcbb6c022f74dfd86eae79cb888cbb6e01373?ds=inline config.txt: move showBranch.* to a separate file Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/Documentation/config.txt b/Documentation/config.txt index ab504eaba2..56cfe3e857 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -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 diff --git a/Documentation/config/showbranch.txt b/Documentation/config/showbranch.txt new file mode 100644 index 0000000000..e79ecd9ee9 --- /dev/null +++ b/Documentation/config/showbranch.txt @@ -0,0 +1,3 @@ +showBranch.default:: + The default set of branches for linkgit:git-show-branch[1]. + See linkgit:git-show-branch[1].