summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f141bd8)
raw | patch | inline | side by side (parent: f141bd8)
author | Sergei Organov <osv@javad.com> | |
Tue, 13 Nov 2007 18:19:39 +0000 (21:19 +0300) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 14 Nov 2007 10:04:46 +0000 (02:04 -0800) |
Signed-off-by: Sergei Organov <osv@javad.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt | patch | blob | history |
index d99adc6f728aebfa0b7e4b956c4f784e3d2f7bd4..60e13853dc6a32ecf9a8aa0cad484531c69b2027 100644 (file)
If you run "git branch" at this point, you'll see that git has
temporarily moved you to a new branch named "bisect". This branch
points to a commit (with commit id 65934...) that is reachable from
-v2.6.19 but not from v2.6.18. Compile and test it, and see whether
+"master" but not from v2.6.18. Compile and test it, and see whether
it crashes. Assume it does crash. Then:
-------------------------------------------------
$ git log master@{1}
-------------------------------------------------
-This lists the commits reachable from the previous version of the head.
-This syntax can be used to with any git command that accepts a commit,
+This lists the commits reachable from the previous version of the branch.
+This syntax can be used with any git command that accepts a commit,
not just with git log. Some other examples:
-------------------------------------------------