Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
doc: fix small typo in git show-branch
author
Saulius Gurklys
<s4uliu5@gmail.com>
Wed, 17 Oct 2018 05:37:41 +0000
(08:37 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 18 Oct 2018 03:26:51 +0000
(12:26 +0900)
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>
Documentation/git-show-branch.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
268fbcd
)
diff --git
a/Documentation/git-show-branch.txt
b/Documentation/git-show-branch.txt
index 262db049d772d4249983da5ca0d21d8f6b0f8d92..4a013712274f81d4ca594b06ae897db9e67ee827 100644
(file)
--- 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 <glob
s
>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.