doc: fix small typo in git show-branch
Fix small typo as in document <glob> is used not <globs>. Signed-off-by: Saulius Gurklys <s4uliu5@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Saulius Gurklys committed
Oct 17, 2018 at 08:37 UTC
c5d844af9cce0258c37c18c649d1a18aa3a4dc7f
1 file changed
+1
-1
Documentation/git-show-branch.txt
+1
-1
@@ -19,7 +19,7 @@ DESCRIPTION
19
-----------
20
21
Shows the commit ancestry graph starting from the commits named
22
-with <rev>s or <globs>s (or all refs under refs/heads
22
+with <rev>s or <glob>s (or all refs under refs/heads
23
and/or refs/tags) semi-visually.
24
25
It cannot show more than 29 branches and commits at a time.