From: Steffen Prohaska Date: Sat, 26 May 2007 19:16:27 +0000 (+0200) Subject: user-manual: fixed typo in example X-Git-Tag: v1.5.2.1~8 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=c78974f7b6a6a0e9f848907620b4361ee088f7c2;p=git.git user-manual: fixed typo in example Signed-off-by: Steffen Prohaska Signed-off-by: Junio C Hamano --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 52247aa71..4fabb8e2a 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -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