Skip to content

Commit

Permalink
user-manual.txt: minor clarification.
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Organov <osv@javad.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Sergei Organov authored and Junio C Hamano committed Nov 17, 2007
1 parent f1a82fe commit e502c2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/user-manual.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e502c2c

Please sign in to comment.