Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]>
---
Documentation/config.txt | 4 +---
Documentation/showbranch-config.txt | 3 +++
2 files changed, 4 insertions(+), 3 deletions(-)
create mode 100644 Documentation/showbranch-config.txt
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].
--
2.19.1.647.g708186aaf9