Skip to content

Commit c52bcbb

Browse files
pcloudsgitster
authored andcommitted
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>
1 parent c332419 commit c52bcbb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Documentation/config.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,7 @@ include::config/sendemail.txt[]
407407

408408
include::config/sequencer.txt[]
409409

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[]
413411

414412
splitIndex.maxPercentChange::
415413
When the split index feature is used, this specifies the
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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].

0 commit comments

Comments
 (0)