summaryrefslogtreecommitdiffstats
path: root/user-manual.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-11-17 20:52:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-11-17 20:52:16 +0000
commit63777e2b67a953e153cb6950948822beeaf06fe8 (patch)
tree940a2d6dd86d2e55262482f7b751c0eb258bd842 /user-manual.txt
parentff979794a013869c418b25dba9da613e06a75e60 (diff)
downloadgit-htmldocs-63777e2b67a953e153cb6950948822beeaf06fe8.tar.gz
Autogenerated HTML docs for v1.5.3.5-737-gdee1b
Diffstat (limited to 'user-manual.txt')
-rw-r--r--user-manual.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/user-manual.txt b/user-manual.txt
index c7cfbbccf..518b7b5c9 100644
--- a/user-manual.txt
+++ b/user-manual.txt
@@ -1567,9 +1567,9 @@ old history using, for example,
$ git log master@{1}
-------------------------------------------------
-This lists the commits reachable from the previous version of the head.
-This syntax can be used with any git command that accepts a commit,
-not just with git log. Some other examples:
+This lists the commits reachable from the previous version of the
+"master" branch head. This syntax can be used with any git command
+that accepts a commit, not just with git log. Some other examples:
-------------------------------------------------
$ git show master@{2} # See where the branch pointed 2,