aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-07-15 10:11:43 -0700
committerJunio C Hamano <gitster@pobox.com>2024-07-15 10:11:43 -0700
commitfbeed643b9c8e9b8d1a977f3806ad6dcfe540ba0 (patch)
tree8dee40f56f87455ea356cc28c29b81b21f30378c
parentd319ad57044b44783e5fa11f1d17c54747388491 (diff)
parent428c40da612454311469e9cf24a2105b944777a6 (diff)
downloadgit-fbeed643b9c8e9b8d1a977f3806ad6dcfe540ba0.tar.xz
Merge branch 'ri/doc-show-branch-fix'
Docfix. * ri/doc-show-branch-fix: doc: fix the max number of branches shown by "show-branch"
-rw-r--r--Documentation/git-show-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt
index c771c89770..bc31d8b6d3 100644
--- a/Documentation/git-show-branch.txt
+++ b/Documentation/git-show-branch.txt
@@ -22,7 +22,7 @@ Shows the commit ancestry graph starting from the commits named
with <rev>s or <glob>s (or all refs under refs/heads
and/or refs/tags) semi-visually.
-It cannot show more than 29 branches and commits at a time.
+It cannot show more than 26 branches and commits at a time.
It uses `showbranch.default` multi-valued configuration items if
no <rev> or <glob> is given on the command line.