diff mbox series

[48/59] config.txt: move showBranch.* to a separate file

Message ID 20181020123848.2785-49-pclouds@gmail.com (mailing list archive)
State New, archived
Headers show
Series Split config.txt | expand

Commit Message

Duy Nguyen Oct. 20, 2018, 12:38 p.m. UTC
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 Documentation/config.txt            | 4 +---
 Documentation/showbranch-config.txt | 3 +++
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/showbranch-config.txt
diff mbox series

Patch

diff --git a/Documentation/config.txt b/Documentation/config.txt
index e5454df2f8..6136c5638c 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -656,9 +656,7 @@  include::sendemail-config.txt[]
 
 include::sequencer-config.txt[]
 
-showBranch.default::
-	The default set of branches for linkgit:git-show-branch[1].
-	See linkgit:git-show-branch[1].
+include::showbranch-config.txt[]
 
 splitIndex.maxPercentChange::
 	When the split index feature is used, this specifies the
diff --git a/Documentation/showbranch-config.txt b/Documentation/showbranch-config.txt
new file mode 100644
index 0000000000..e79ecd9ee9
--- /dev/null
+++ b/Documentation/showbranch-config.txt
@@ -0,0 +1,3 @@ 
+showBranch.default::
+	The default set of branches for linkgit:git-show-branch[1].
+	See linkgit:git-show-branch[1].