Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
user-manual.txt: minor clarification.
author
Sergei Organov
<osv@javad.com>
Fri, 16 Nov 2007 11:28:57 +0000
(14:28 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 17 Nov 2007 08:57:05 +0000
(
00:57
-0800)
Signed-off-by: Sergei Organov <osv@javad.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
f1a82fe
)
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index c7cfbbccfc941db891ce855c30a55e0f28de87c0..518b7b5c9e283eccd20ce2d84ea85f107c98ca39 100644
(file)
--- a/
Documentation/user-manual.txt
+++ b/
Documentation/user-manual.txt
@@
-1567,9
+1567,9
@@
old history using, for example,
$ git log master@{1}
-------------------------------------------------
$ 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,
-------------------------------------------------
$ git show master@{2} # See where the branch pointed 2,