diff options
author | Sergei Organov <osv@javad.com> | 2007-11-16 14:28:57 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-17 00:57:05 -0800 |
commit | e502c2c31fbe1a39b964102ead7237ab3246753d (patch) | |
tree | adbcd25f6583b7837e4b4a096c014a696895c7d6 /Documentation | |
parent | f1a82fe9a3de780fb2f1fe054d692294544f01e7 (diff) | |
download | git-e502c2c31fbe1a39b964102ead7237ab3246753d.tar.gz |
user-manual.txt: minor clarification.
Signed-off-by: Sergei Organov <osv@javad.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index c7cfbbccfc..518b7b5c9e 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, |