git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] doc: fix the max number of git show-branches shown
@ 2024-07-03 22:36 wonda-tea-coffee via GitGitGadget
  2024-07-06  6:27 ` Jeff King
  2024-07-06  9:53 ` [PATCH v2] " wonda-tea-coffee via GitGitGadget
  0 siblings, 2 replies; 12+ messages in thread
From: wonda-tea-coffee via GitGitGadget @ 2024-07-03 22:36 UTC (permalink / raw)
  To: git; +Cc: wonda-tea-coffee, wonda-tea-coffee

From: wonda-tea-coffee <lagrange.resolvent@gmail.com>

Contrary to the number listed in the current document,
only 26 are actually shown.

Signed-off-by: wonda-tea-coffee <lagrange.resolvent@gmail.com>
---
    doc: fix the max number of git show-branches shown

Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1757%2Fwonda-tea-coffee%2Fupdate-git-show-branch-description-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1757/wonda-tea-coffee/update-git-show-branch-description-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/1757

 Documentation/git-show-branch.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt
index c771c897707..bc31d8b6d33 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.

base-commit: 06e570c0dfb2a2deb64d217db78e2ec21672f558
-- 
gitgitgadget

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2024-07-08 15:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-03 22:36 [PATCH] doc: fix the max number of git show-branches shown wonda-tea-coffee via GitGitGadget
2024-07-06  6:27 ` Jeff King
2024-07-06 18:21   ` Junio C Hamano
2024-07-06  9:53 ` [PATCH v2] " wonda-tea-coffee via GitGitGadget
2024-07-06 23:14   ` Jeff King
2024-07-07  2:19   ` [PATCH v3] " Rikita Ishikawa via GitGitGadget
2024-07-07  2:28     ` [PATCH v4] " Rikita Ishikawa via GitGitGadget
2024-07-07  2:30       ` rikita ishikawa
2024-07-08  8:52       ` Jeff King
2024-07-08 13:01         ` rikita ishikawa
2024-07-08 13:07       ` [PATCH v5] " Rikita Ishikawa via GitGitGadget
2024-07-08 15:29         ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).