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://git.lorimer.id.au/gitweb.git/diff_plain/c78974f7b6a6a0e9f848907620b4361ee088f7c2?ds=inline;hp=--cc user-manual: fixed typo in example Signed-off-by: Steffen Prohaska Signed-off-by: Junio C Hamano --- c78974f7b6a6a0e9f848907620b4361ee088f7c2 diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 52247aa713..4fabb8e2a9 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