diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-07-15 10:11:43 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-07-15 10:11:43 -0700 |
| commit | fbeed643b9c8e9b8d1a977f3806ad6dcfe540ba0 (patch) | |
| tree | 8dee40f56f87455ea356cc28c29b81b21f30378c | |
| parent | d319ad57044b44783e5fa11f1d17c54747388491 (diff) | |
| parent | 428c40da612454311469e9cf24a2105b944777a6 (diff) | |
| download | git-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.txt | 2 |
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. |
