]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config.txt: move showBranch.* to a separate file
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 27 Oct 2018 06:23:37 +0000 (08:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 Oct 2018 01:17:04 +0000 (10:17 +0900)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/config/showbranch.txt [new file with mode: 0644]

index ab504eaba2f378d0939b59d17f7e7062c2739b65..56cfe3e85724f0a14c51c88c3068f139f0a27fbd 100644 (file)
@@ -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 (file)
index 0000000..e79ecd9
--- /dev/null
@@ -0,0 +1,3 @@
+showBranch.default::
+       The default set of branches for linkgit:git-show-branch[1].
+       See linkgit:git-show-branch[1].