Browse Source

user-manual.txt: minor clarification.

Signed-off-by: Sergei Organov <osv@javad.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Sergei Organov 17 years ago committed by Junio C Hamano
parent
commit
e502c2c31f
  1. 6
      Documentation/user-manual.txt

6
Documentation/user-manual.txt

@ -1567,9 +1567,9 @@ old history using, for example, @@ -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,

Loading…
Cancel
Save