diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2018-10-27 08:23:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-29 10:17:04 +0900 |
commit | c52bcbb6c022f74dfd86eae79cb888cbb6e01373 (patch) | |
tree | f04e9cdfd4795dbb65de1dea0a3c3380cd9e1f3e /Documentation/config/showbranch.txt | |
parent | c332419995557f14c1f9280edb9006471e17b27e (diff) | |
download | git-c52bcbb6c022f74dfd86eae79cb888cbb6e01373.tar.gz |
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>
Diffstat (limited to 'Documentation/config/showbranch.txt')
-rw-r--r-- | Documentation/config/showbranch.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/config/showbranch.txt b/Documentation/config/showbranch.txt new file mode 100644 index 0000000000..e79ecd9ee9 --- /dev/null +++ b/Documentation/config/showbranch.txt @@ -0,0 +1,3 @@ +showBranch.default:: + The default set of branches for linkgit:git-show-branch[1]. + See linkgit:git-show-branch[1]. |