user-manual: fixed typo in example
Signed-off-by: Steffen Prohaska <prohaska@zib.de> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
dfab71cb92
commit
c78974f7b6
@ -872,7 +872,7 @@ Obviously, endless variations are possible; for example, to see all
|
||||
commits reachable from some head but not from any tag in the repository:
|
||||
|
||||
-------------------------------------------------
|
||||
$ gitk ($ git show-ref --heads ) --not $( git show-ref --tags )
|
||||
$ gitk $( git show-ref --heads ) --not $( git show-ref --tags )
|
||||
-------------------------------------------------
|
||||
|
||||
(See gitlink:git-rev-parse[1] for explanations of commit-selecting
|
||||
|
Loading…
Reference in New Issue
Block a user