diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-10-30 15:43:44 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-30 15:43:44 +0900 |
commit | 4b73fdae975b4a0c1d70666c7a170e08a60fdfa1 (patch) | |
tree | 3aff038ab9018ac0bc19e513f466cd2ddc6f1bc5 /Documentation | |
parent | 7002cb97522418d978b308d8bce6446b2cc0fd79 (diff) | |
parent | c5d844af9cce0258c37c18c649d1a18aa3a4dc7f (diff) | |
download | git-4b73fdae975b4a0c1d70666c7a170e08a60fdfa1.tar.gz |
Merge branch 'sg/doc-show-branch-typofix'
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.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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. |