Message ID | pull.1757.v5.git.1720444080034.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 428c40da612454311469e9cf24a2105b944777a6 |
Headers | show |
Series | [v5] doc: fix the max number of git show-branches shown | expand |
"Rikita Ishikawa via GitGitGadget" <gitgitgadget@gmail.com> writes: > From: Rikita Ishikawa <lagrange.resolvent@gmail.com> > ... > FLAG_BITS is currently 28, so 26 is the correct > number. > > Signed-off-by: Rikita Ishikawa <lagrange.resolvent@gmail.com> Looking good. Thanks. Will queue.
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.