summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-11-21 13:58:07 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-11-21 13:58:07 (GMT)
commitb53df43bf5667886a4a809d84ee23dec0357e0d7 (patch)
treec175034002a03e1f2d673215e2262c6c504e22b2 /Documentation
parent69ae6660fcf8004f041ff94386bda09109d6ccea (diff)
parentc5d844af9cce0258c37c18c649d1a18aa3a4dc7f (diff)
downloadgit-b53df43bf5667886a4a809d84ee23dec0357e0d7.zip
git-b53df43bf5667886a4a809d84ee23dec0357e0d7.tar.gz
git-b53df43bf5667886a4a809d84ee23dec0357e0d7.tar.bz2
Merge branch 'sg/doc-show-branch-typofix' into maint
Docfix. * sg/doc-show-branch-typofix: doc: fix small typo in git show-branch
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-show-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt
index 262db04..4a01371 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 <rev>s or <globs>s (or all refs under refs/heads
+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.