summaryrefslogtreecommitdiffstats
path: root/user-manual.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-05-29 09:18:19 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-05-29 09:18:19 +0000
commit591dc6ae2b927354f3011bedf81ae623d9014627 (patch)
treefb312d421fad3f6490199fc6812d60fffa4c9ad1 /user-manual.txt
parent36460981d4d516642ddd8ee3afd442552a28a48a (diff)
downloadgit-htmldocs-591dc6ae2b927354f3011bedf81ae623d9014627.tar.gz
Autogenerated HTML docs for v1.5.2-136-g322bc
Diffstat (limited to 'user-manual.txt')
-rw-r--r--user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-manual.txt b/user-manual.txt
index 52247aa71..4fabb8e2a 100644
--- a/user-manual.txt
+++ b/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