X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fuser-manual.txt;h=4fabb8e2a9e601c82b55ac25b1b9d8cfb9a06d3a;hb=41ffe5cdf5b0192cd70ef71b1cc37c7286d1dab0;hp=52247aa7134345e94b3c2cc131d33224073f6eeb;hpb=d1c7c27ea3d9c92be2c7a9c5fc72ba5f228c424a;p=git.git 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