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>
Nguyễn Thái Ngọc Duy committed
Oct 27, 2018 at 08:23 UTC
c52bcbb6c022f74dfd86eae79cb888cbb6e01373
2 files changed
+4
-3
Documentation/config.txt
+1
-3
@@ -407,9 +407,7 @@ include::config/sendemail.txt[]
407
408
include::config/sequencer.txt[]
409
410
-showBranch.default::
411
- The default set of branches for linkgit:git-show-branch[1].
412
- See linkgit:git-show-branch[1].
410
+include::config/showbranch.txt[]
411
412
splitIndex.maxPercentChange::
413
When the split index feature is used, this specifies the
Documentation/config/showbranch.txt
new
+3
@@ -0,0 +1,3 @@
1
+showBranch.default::
2
+ The default set of branches for linkgit:git-show-branch[1].
3
+ See linkgit:git-show-branch[1].