From: Saulius Gurklys Date: Wed, 17 Oct 2018 05:37:41 +0000 (+0300) Subject: doc: fix small typo in git show-branch X-Git-Tag: v2.19.2~7^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c5d844af9cce0258c37c18c649d1a18aa3a4dc7f?hp=--cc doc: fix small typo in git show-branch Fix small typo as in document is used not . Signed-off-by: Saulius Gurklys Signed-off-by: Junio C Hamano --- c5d844af9cce0258c37c18c649d1a18aa3a4dc7f diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt index 262db049d7..4a01371227 100644 --- a/Documentation/git-show-branch.txt +++ b/Documentation/git-show-branch.txt @@ -19,7 +19,7 @@ DESCRIPTION ----------- Shows the commit ancestry graph starting from the commits named -with s or s (or all refs under refs/heads +with s or 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.