1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-06-06 09:06:10 +02:00

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:
Steffen Prohaska 2007-05-26 21:16:27 +02:00 committed by Junio C Hamano
parent dfab71cb92
commit c78974f7b6

View File

@ -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