From: Sergei Organov Date: Fri, 16 Nov 2007 11:28:57 +0000 (+0300) Subject: user-manual.txt: minor clarification. X-Git-Tag: v1.5.4-rc0~195 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e502c2c31fbe1a39b964102ead7237ab3246753d;p=git.git user-manual.txt: minor clarification. Signed-off-by: Sergei Organov Signed-off-by: Junio C Hamano --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index c7cfbbccf..518b7b5c9 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/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,